Skip to content

Commit

Permalink
record screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
abendt committed May 30, 2023
1 parent 52a7630 commit bbfca87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/examples-workflow.yml
Expand Up @@ -159,6 +159,14 @@ jobs:
- name: Run safari examples with current branch
run: ./mvnw -B -nsu -Pexamples -pl examples/quickstart-safari verify -Dfluentlenium.version=$FLUENTLENIUM_VERSION -Dselenium.version=$SELENIUM_VERSION

- name: Archive production artifacts
uses: actions/upload-artifact@v3
if: always() # always run even if the previous step fails
with:
name: screenshots
path: |
examples/quickstart-safari/target/screenshots
- name: Publish Test reports
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
Expand Down
@@ -0,0 +1,2 @@
screenshotPath=target/screenshots
screenshotMode=AUTOMATIC_ON_FAIL

0 comments on commit bbfca87

Please sign in to comment.