File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
integration-testing/include Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
- name : Set up Docker Buildx
18
18
id : buildx
19
19
uses : docker/setup-buildx-action@v1
20
- - name : Cache register
20
+ - name : Cache Docker Register
21
21
uses : actions/cache@v2
22
22
with :
23
23
path : /tmp/.buildx-cache
60
60
# --network=compas_default \
61
61
# ppodgorsek/robot-framework:latest
62
62
63
+ - name : Archive Robot Framework Reports
64
+ if : always()
65
+ uses : actions/upload-artifact@v2
66
+ with :
67
+ name : robot-framework-reports
68
+ retention-days : 7
69
+ path : |
70
+ target/firefox/*.*
71
+ target/chromium/*.*
72
+
63
73
- name : Stop containers
64
74
if : always()
65
75
run : docker-compose -f "compas/docker-compose.yml" down -v
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ Initialize and Start OpenSCD
18
18
Open OpenSCD and Login
19
19
20
20
Make screenshot and Stop OpenSCD
21
- Run Keyword If Test Passed Take Screenshot filename=${ TEST NAME } -{index} fullPage=true
21
+ Run Keyword If Test Passed Take Screenshot filename=EMBED fullPage=true
22
22
Close OpenSCD
23
23
24
24
Make screenshot on failure
25
- Take Screenshot filename=${ TEST NAME } -failure-{index} fullPage=true
25
+ Take Screenshot filename=EMBED fullPage=true
26
26
27
27
Open OpenSCD and Login
28
28
New Browser browser=${browser }
You can’t perform that action at this time.
0 commit comments