Skip to content

Commit

Permalink
Include srcapi to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed May 2, 2022
1 parent ac77e72 commit b67c784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"baseUrl": "http://localhost:6006",
"integrationFolder": "src",
"testFiles": "**/*.spec.ts",
"integrationFolder": "./",
"testFiles": "+(src|srcapi)/**/*.spec.ts",
"includeShadowDom": true,
"defaultCommandTimeout": 10000
}

0 comments on commit b67c784

Please sign in to comment.