Skip to content

Commit

Permalink
Add Cypress projectId
Browse files Browse the repository at this point in the history
This id is needed when running parallel runs in CI.
  • Loading branch information
trotzig committed May 30, 2020
1 parent f4265f3 commit ab59b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
@@ -1,3 +1,4 @@
{
"baseUrl": "http://localhost:7654"
"baseUrl": "http://localhost:7654",
"projectId": "w56536"
}

0 comments on commit ab59b28

Please sign in to comment.