Skip to content

Commit

Permalink
Merge pull request #2750 from glific/testing/cypress-dashboard
Browse files Browse the repository at this point in the history
Testing cypress fixes
  • Loading branch information
mdshamoon authored Feb 13, 2024
2 parents 7a3457c + c009dbd commit 0842ce2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,13 @@ jobs:
# cypress setup
- name: Setup cypress
run: |
cd ../
echo clone cypress repo
git clone https://github.com/glific/cypress-testing.git
echo done. go to dir.
cd cypress-testing
cp -r cypress-testing/cypress cypress
yarn add cypress
echo Create cypress.config.ts from example
cp cypress.config.ts.example cypress.config.ts
yarn install
cd ../glific-frontend/
cp cypress-testing/cypress.config.ts.example cypress.config.ts
# Run frontend
- name: Run glific frontend
Expand All @@ -121,5 +119,4 @@ jobs:
# Run cypress
- name: Cypress run
run: |
cd ../cypress-testing
yarn run cypress run --record --key ${{ secrets.CYPRESS_DASHBOARD_KEY }}

0 comments on commit 0842ce2

Please sign in to comment.