File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 87
87
run : |
88
88
# testFiles=$(find tests/web -type f -name '*.e2e.ts' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
89
89
90
- testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
90
+ # testFiles=tests/web/critical-path/database/connecting-to-the-db.e2e.ts
91
91
echo $testFiles
92
92
93
93
# Multi-Line value
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ import testcafe from 'testcafe';
11
11
experimentalDecorators : true
12
12
} } )
13
13
. src ( ( process . env . TEST_FILES || 'tests/web/**/*.e2e.ts' ) . split ( '\n' ) )
14
- . browsers ( [ 'firefox:headless --cache --allow-insecure-localhost --disable-search-engine-choice-screen --ignore-certificate-errors' ] )
15
- // .browsers(['chromium:headless --cache --allow-insecure-localhost --disable-search-engine-choice-screen --ignore-certificate-errors'])
14
+ . browsers ( [ 'chromium:headless --disable-search-engine-choice-screen --ignore-certificate-errors' ] )
16
15
. screenshots ( {
17
16
path : 'report/screenshots/' ,
18
17
takeOnFails : true ,
You can’t perform that action at this time.
0 commit comments