Skip to content

Commit

Permalink
save screenshots yo
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Jun 25, 2023
1 parent c3c21dc commit 0af4b00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-convene-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ jobs:
env:
HEADLESS: true
run: bundle exec rspec
- name: Upload RSpec Screenshots
uses: actions/upload-artifact@v2
if: failure()
with:
name: rspec-failed-screenshot
path: tmp/capybara/*.png

test-features:
name: Run browser tests
Expand Down

0 comments on commit 0af4b00

Please sign in to comment.