mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve playwright setup
This commit is contained in:
parent
03d77ece79
commit
faf03f7738
|
@ -14,7 +14,9 @@
|
||||||
"cy:run": "cypress run",
|
"cy:run": "cypress run",
|
||||||
"cy:open-ct": "cypress open-ct",
|
"cy:open-ct": "cypress open-ct",
|
||||||
"cy:run-ct": "cypress run --component",
|
"cy:run-ct": "cypress run --component",
|
||||||
"test:e2e": "yarn playwright test --project=chromium"
|
"test:e2e": "yarn playwright test",
|
||||||
|
"test:e2e-chromium": "yarn playwright test --project=chromium",
|
||||||
|
"test:e2e-msedge": "yarn playwright test --project=msedge"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@noction/vue-draggable-grid": "1.9.16",
|
"@noction/vue-draggable-grid": "1.9.16",
|
||||||
|
|
|
@ -34,9 +34,12 @@ export default defineConfig({
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
name: 'chromium',
|
name: 'chromium',
|
||||||
use: { ...devices['Desktop Chrome'] },
|
use: { ...devices['Desktop Chrome'], channel: 'chrome' },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'msedge',
|
||||||
|
use: { ...devices['Desktop Edge'], channel: 'msedge' }, // or "msedge-beta" or 'msedge-dev'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'firefox',
|
name: 'firefox',
|
||||||
use: { ...devices['Desktop Firefox'] },
|
use: { ...devices['Desktop Firefox'] },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user