Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
uses: cypress-io/[email protected]
with:
install: false
browser: chrome
browser: chromium
Comment on lines 325 to +328
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

      uses: browser-actions/setup-chrome@v2
        with:
          chrome-version: 140
      uses: cypress-io/[email protected]
        with:
          install: false
          browser: chrome-for-testing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what I've tested just before https://github.com/3liz/lizmap-web-client/actions/runs/19568152240/job/56035070077?pr=6244#step:29:50

But I think that the chrome-for-testing parameter has been introduced after our Cypress version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

headed: true
working-directory: tests/end2end
spec: cypress/integration/*-ghaction.js
Expand Down
Loading