We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976277 commit fcf366cCopy full SHA for fcf366c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pip install -r requirements.txt
21
22
- name: Run API Tests
23
- run: robot -d logs/api tests/api
+ run: robot --name "Test Results" --outputdir logs/api tests/api/
24
25
- name: Upload API Test Results
26
uses: actions/upload-artifact@v4
@@ -46,7 +46,7 @@ jobs:
46
47
48
- name: Run E2E Tests
49
- run: robot -d logs/e2e -v OPTIONS:"add_argument('--headless')" tests/e2e
+ run: robot --name "Test Results" --outputdir logs/e2e -v OPTIONS:"add_argument('--headless')" tests/e2e
50
51
- name: Upload E2E Test Results
52
0 commit comments