diff --git a/.sauce/config1Dimension.yml b/.sauce/config1Dimension.yml index f6eeb61ef0..90462c5f6e 100644 --- a/.sauce/config1Dimension.yml +++ b/.sauce/config1Dimension.yml @@ -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" diff --git a/.sauce/config2Dimension.yml b/.sauce/config2Dimension.yml index 30bc6a38c2..e32fef1852 100644 --- a/.sauce/config2Dimension.yml +++ b/.sauce/config2Dimension.yml @@ -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" diff --git a/README.md b/README.md index 689b0d85c4..1e03152ec4 100644 --- a/README.md +++ b/README.md @@ -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 ` - * 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