File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,12 @@ jobs:
1919 with :
2020 # Starts web server for E2E tests - replace with your own server invocation
2121 # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
22- start : npm start
23- wait-on : " http://localhost:3000 " # Waits for above
22+ start : ./scripts/develop_academy.sh
23+ wait-on : " http://localhost:7164 " # Waits for above
2424 # Records to Cypress Cloud
2525 # https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
2626 record : true
2727 parallel : true # Runs test in parallel using settings above
2828 env :
29- # For recording and parallelization to work you must set your CYPRESS_RECORD_KEY
30- # in GitHub repo → Settings → Secrets → Actions
3129 CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
32- # Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
3330 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments