File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ jobs:
404
404
docker-compose \
405
405
-f tests/e2e/rte.docker-compose.yml \
406
406
-f tests/e2e/docker.web.docker-compose.yml \
407
- up --abort-on-container-exit --force-recreate
407
+ up --abort-on-container-exit --force-recreate --build
408
408
no_output_timeout : 5m
409
409
- when :
410
410
condition :
@@ -675,7 +675,7 @@ jobs:
675
675
- << : *scan
676
676
- << : *validate
677
677
docker :
678
- executor : linux-executor-dlc
678
+ executor : linux-executor
679
679
parameters :
680
680
env :
681
681
type : enum
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import testcafe from 'testcafe';
13
13
. screenshots ( {
14
14
path : 'report/screenshots/' ,
15
15
takeOnFails : true ,
16
- pathPattern : '${USERAGENT }/${DATE}_${TIME}/${FIXTURE}_${TEST_INDEX}.png' ,
16
+ pathPattern : '${OS}_${BROWSER }/${DATE}_${TIME}/${FIXTURE}_${TEST_INDEX}.png' ,
17
17
} )
18
18
. reporter ( [
19
19
'spec' ,
@@ -24,6 +24,10 @@ import testcafe from 'testcafe';
24
24
{
25
25
name : 'json' ,
26
26
output : './results/e2e.results.json'
27
+ } ,
28
+ {
29
+ name : 'html' ,
30
+ output : './report/report.html'
27
31
}
28
32
] )
29
33
. run ( {
You can’t perform that action at this time.
0 commit comments