Skip to content

Commit

Permalink
tmp: try chrome
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Aug 29, 2024
1 parent e77ae2a commit 6842d39
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,18 @@ jobs:
curl -v http://localhost:8081/index.php/login
cat data/nextcloud.log
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 114
install-dependencies: true
install-chromedriver: true
- run: chrome --version

- name: Run E2E cypress tests
run: |
cd 'apps/${{ env.APP_NAME }}'
npx wait-on $CYPRESS_baseUrl
npx cypress run --record false --config defaultCommandTimeout=10000,video=false
npx cypress run --record false --config defaultCommandTimeout=10000,video=false --browser chrome
env:
# https://github.com/cypress-io/github-action/issues/124
COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit 6842d39

Please sign in to comment.