Skip to content

Commit

Permalink
[Add] Codecov record
Browse files Browse the repository at this point in the history
- Set Codecov record dashboard
  • Loading branch information
saseungmin committed Oct 11, 2021
1 parent d3cb821 commit df6c32f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
with:
install: false
command: yarn test:e2e
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"test:coverage": "yarn test:unit --watchAll=false --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "start-server-and-test start http://localhost:3000 cypress:run",
"cypress:record": "yarn cypress:run --browser chrome --record",
"test:e2e": "start-server-and-test start http://localhost:3000 cypress:record",
"eject": "react-scripts eject"
},
"jest": {
Expand Down

0 comments on commit df6c32f

Please sign in to comment.