Skip to content

Commit

Permalink
chore: add configs for component testing and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl committed Apr 8, 2021
1 parent c5c6bb1 commit 6f558f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion synpress.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"integrationFolder": "tests/e2e/specs",
"screenshotsFolder": "tests/e2e/screenshots",
"videosFolder": "tests/e2e/videos",
"chromeWebSecurity": true
"chromeWebSecurity": true,
"component": {
"componentFolder": ".",
"testFiles": "**/*spec.{js,jsx,ts,tsx}"
},
"env": {
"coverage": false
}
}

0 comments on commit 6f558f9

Please sign in to comment.