diff --git a/.github/workflows/test-convene-web.yml b/.github/workflows/test-convene-web.yml index b9f8a1217..8efcd04c4 100644 --- a/.github/workflows/test-convene-web.yml +++ b/.github/workflows/test-convene-web.yml @@ -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