Skip to content

Commit

Permalink
TASK: Run tests also on chrome in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 26, 2024
1 parent fa3023f commit 6c619b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ suites:
smartRetry:
failedOnly: true
- name: "One dimensional Tests in Firefox on MacOS"
browserName: "firefox"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/1Dimension/*.e2e.js"
platformName: "macOS 13"
Expand Down
2 changes: 1 addition & 1 deletion .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ suites:
smartRetry:
failedOnly: true
- name: "Two dimensional Tests in Firefox on MacOS"
browserName: "firefox"
browserName: "chrome"
src:
- "Tests/IntegrationTests/Fixtures/2Dimension/*.e2e.js"
platformName: "macOS 13"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ To speed up the e2e-test workflow/feedback loop you can start the system under t
* The neos dev instance is available at `localhost:8081`
* To enter the container run `docker compose -f Tests/IntegrationTests/docker-compose.neos-dev-instance.yaml exec php bash`
* `yarn run testcafe <browser> <testFile> <optional flags>`
* for example, this runs all tests in chrome: (NOTE starting with Chrome 127, --disable-search-engine-choice-screen is needed)
* for example, this runs all tests in chrome: (NOTE starting with Chrome 127, --disable-search-engine-choice-screen is needed until https://github.com/DevExpress/testcafe/pull/8248 is released)
`yarn run testcafe chrome:--disable-search-engine-choice-screen Tests/IntegrationTests/Fixtures/1Dimension`
* some helpful optional flags are
* `-T 'sidebars'` - grep tests by pattern and only execute those
Expand Down

0 comments on commit 6c619b2

Please sign in to comment.