mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Update
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
"test:e2e": "./scripts/e2e.sh",
|
||||
"test:e2e:debug": "./scripts/e2e.sh --debug",
|
||||
"test:e2e:dev": "./scripts/e2e-dev.sh",
|
||||
"test:e2e:dev:ui": "yarn test:e2e:dev --ui",
|
||||
"test:e2e:services": "./scripts/e2e_services.sh",
|
||||
"test:e2e:ui": "./scripts/e2e.sh --ui",
|
||||
"test:update": "yarn workspaces run test --updateSnapshot",
|
||||
|
||||
@@ -44,6 +44,8 @@ print_status "Checking services..."
|
||||
check_services
|
||||
print_status "All services running ✅"
|
||||
|
||||
npx playwright install chromium
|
||||
|
||||
# Run tests - pass all args through to playwright
|
||||
# Examples:
|
||||
# yarn test:e2e:dev → all e2e tests
|
||||
|
||||
Reference in New Issue
Block a user