Skip to content

Commit b4b911d

Browse files
authored
Cypress tweaks (#616)
2 parents ba14b3b + 22c7d69 commit b4b911d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,17 @@ jobs:
4242
yarn couchdb:stop
4343
4444
- name: Upload screenshots on failure
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
if: failure()
4747
with:
4848
name: cypress-screenshots
4949
path: cypress/screenshots
50+
retention-days: 7 # Optional: set retention period
5051

5152
- name: Upload videos
52-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5354
if: always()
5455
with:
5556
name: cypress-videos
5657
path: cypress/videos
58+
retention-days: 7 # Optional: set retention period

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
![E2E Tests](https://github.com/yourusername/vue-skuilder/actions/workflows/e2e-tests.yml/badge.svg)
2+
13
[![image](https://user-images.githubusercontent.com/10780590/132559883-8d65a1ef-d930-468b-8805-7e1003e05c7d.png)](https://www.youtube.com/watch?v=a6tvHMvF8Mo)
24

35
An experiment in mass-collaborative authoring of general, intelligent tutoring systems.
46

7+
58
# Usage
69

710
## Installation

0 commit comments

Comments
 (0)