Skip to content

Commit

Permalink
:dependabot: Bump cypress-terminal-report from 6.0.0 to 6.0.1
Browse files Browse the repository at this point in the history
* :dependabot: Bump cypress-terminal-report in /src/test/e2e

Bumps [cypress-terminal-report](https://github.com/archfz/cypress-terminal-report) from 6.0.0 to 6.0.1.
- [Commits](https://github.com/archfz/cypress-terminal-report/commits)

---
updated-dependencies:
- dependency-name: cypress-terminal-report
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* e2e: print logs only for failing tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Feb 28, 2024
1 parent a2c5012 commit d31f553
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/test/e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = defineConfig(
e2e: {
setupNodeEvents(on) {
require('cypress-terminal-report/src/installLogsPrinter')(
on, { printLogsToConsole: 'always' }
on, { }
)
},
baseUrl: "http://127.0.0.1:8080",
Expand Down
14 changes: 7 additions & 7 deletions src/test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"cypress": "^13.6.5",
"cypress-terminal-report": "^6.0.0",
"cypress-terminal-report": "^6.0.1",
"eslint-plugin-cypress": "^2.15.1"
},
"scripts": {
Expand Down

0 comments on commit d31f553

Please sign in to comment.