UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 628f3167 authored by razzle's avatar razzle :sparkles:
Browse files

only chromium

parent 3088596c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ test:
stage: test
script:
- echo "Browser binaries located at $PLAYWRIGHT_BROWSERS_PATH"
- mkdir ~/.cache/dconf
# - mkdir ~/.cache/dconf
- poetry install --no-dev
- npm install --global prettier
- npm ci
......
......@@ -49,17 +49,17 @@ const config: PlaywrightTestConfig = {
projects: process.env.CI
? [
{
name: "firefox",
name: "chromium",
use: {
...devices["Desktop Firefox"],
...devices["Desktop Chrome"],
},
},
]
: [
{
name: "chromium",
name: "firefox",
use: {
...devices["Desktop Chrome"],
...devices["Desktop Firefox"],
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment