Skip to content

Commit

Permalink
Try run cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Dec 16, 2023
1 parent da1d08a commit 33bdbc1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/run-cypress-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,19 @@ jobs:
run: |
sleep 30s
- name: Run cypress tests
- name: Print containers
run: |
curl http://studio.localhost/
docker ps
echo here should be the cypress tests command
- name: Cypress run
uses: cypress-io/github-action@v5
with:
install: false
working-directory: frontend/testing/cypress
env: environment=local
spec: src/integration/studio/*.js
record: false
parallel: false

- name: Stop compose file
if: always()
Expand Down

0 comments on commit 33bdbc1

Please sign in to comment.