chore: ci
This commit is contained in:
parent
fed4cbe341
commit
17d20a5fd2
2 changed files with 3 additions and 1 deletions
|
@ -27,3 +27,5 @@ steps:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- ls -lah
|
- ls -lah
|
||||||
|
when:
|
||||||
|
- status: [ success, failure ]
|
||||||
|
|
|
@ -14,7 +14,7 @@ import { defineConfig, devices } from '@playwright/test';
|
||||||
*/
|
*/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
expect: {
|
expect: {
|
||||||
timeout: 15_000
|
timeout: 2_000
|
||||||
},
|
},
|
||||||
testDir: './tests',
|
testDir: './tests',
|
||||||
/* Run tests in files in parallel */
|
/* Run tests in files in parallel */
|
||||||
|
|
Loading…
Add table
Reference in a new issue