Skip to content

Commit

Permalink
Recording cypress tests #96
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Nov 9, 2020
1 parent ddd766b commit c8cfcc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
key: v2-cypress-dependencies-{{ checksum "package-lock.json" }}
- run:
name: cypress run
command: 'cypress run --record'
command: 'npm run cypress --record'
workflows:
build:
jobs:
Expand Down
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"chromeWebSecurity": false
"chromeWebSecurity": false,
"projectId": "ge12oz"
}

0 comments on commit c8cfcc0

Please sign in to comment.