Use cypress-terminal-report for detailled logs
parent
0c44baca
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- Chart.yaml 1 addition, 1 deletionChart.yaml
- cypress.config.js 5 additions, 1 deletioncypress.config.js
- cypress/e2e/test-nextcloud.cy.js 7 additions, 1 deletioncypress/e2e/test-nextcloud.cy.js
- package-lock.json 1926 additions, 16 deletionspackage-lock.json
- package.json 2 additions, 3 deletionspackage.json
- templates/tests/cypress-config-configmap.yaml 4 additions, 0 deletionstemplates/tests/cypress-config-configmap.yaml
- templates/tests/cypress-test-nc-oo.yaml 5 additions, 1 deletiontemplates/tests/cypress-test-nc-oo.yaml
This diff is collapsed.
... | ... | @@ -6,10 +6,9 @@ |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"cypress": "10.10.0", | ||
"cypress-iframe": "1.0.1" | ||
"cypress-iframe": "1.0.1", | ||
"cypress-terminal-report": "^4.1.2" | ||
} | ||
} |
Please register or sign in to comment