Skip to content

Commit

Permalink
Use cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrujanaReddy committed Aug 11, 2024
1 parent cfcba43 commit 13bf76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
run: docker compose exec app npm test

- name: Run integration tests
uses: cypress-io/github-action@v6
env:
POSTGRES_USER: ${{ secrets.DB_USER }}
POSTGRES_PASSWORD: ${{ secrets.DB_PASSWORD }}
POSTGRES_DATABASE: ${{ secrets.DEV_DATABASE }}
run: |
apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
docker compose exec app npm install cypress cypress-json-results
docker compose exec app npx cypress run
Expand Down

0 comments on commit 13bf76b

Please sign in to comment.