Skip to content

Commit

Permalink
[add] docs api key crypress, fix cypress DASHBOARDRECORDKEY
Browse files Browse the repository at this point in the history
  • Loading branch information
wisehackermonkey committed Oct 30, 2021
1 parent 20174f4 commit 72be949
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
group: 'UI - Chrome'
spec: cypress/tests/ui/*
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_RECORD_KEY: ${{ secrets.DASHBOARDRECORDKEY }}
# Recommended: pass the GitHub token lets this action correctly
# determine the unique run id necessary to re-run the checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,16 @@ yarn run cypress:open
yarn
yarn run cy:ci
```
### Github actions how to setup DASHBOARDRECORDKEY
<image height="500" src="assets/2021-10-29-17-59-05.png">

# [Actions secrets](https://github.com/wisehackermonkey/text-processor-react/settings/secrets/actions)
# [Actions secrets](https://github.com/<USErNAME/<REPONAME>/settings/secrets/actions)
<image height="200" src="assets/2021-10-29-17-59-40.png">

# https://dashboard.cypress.io/projects/

<image height="300" src="assets/2021-10-29-18-00-50.png">

# TODO add
- ~~better css~~ DONE
Expand Down
Binary file added assets/2021-10-29-17-59-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2021-10-29-17-59-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2021-10-29-18-00-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72be949

Please sign in to comment.