Skip to content

Cypress 12.5.1 - Performance - How can one test slow down all the next tests ? #29717

Discussion options

You must be logged in to vote

Hello,
might be useful for someone.

It was indeed the coverage report parsing CKeditor asset large file which took long time.

I excluded this asset from test coverage and my tests are now super fast.

See NYC Configuration below in package.json :

{
  "dependencies": {
   ...
  },
  "devDependencies": {
    ...
  },
  "nyc": {
    "exclude": ["assets/**"]
  }
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by franck-grenier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant