File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 42
42
run : ./specs_e2e/rails_7_2/test.sh
43
43
env :
44
44
CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
45
-
46
- rails_5_2 :
47
- runs-on : ubuntu-latest
48
-
49
- steps :
50
- - uses : actions/checkout@v4
51
- - name : Set up Ruby
52
- uses : ruby/setup-ruby@v1
53
- with :
54
- ruby-version : 2.6
55
- bundler-cache : true
56
- - name : Run tests
57
- run : bundle exec rake
58
- - name : Run interaction tests
59
- run : ./specs_e2e/rails_5_2/test.sh
60
- env :
61
- CYPRESS_RECORD_KEY : ${{ secrets.CYPRESS_RECORD_KEY }}
Original file line number Diff line number Diff line change 1
- # CypressOnRails
1
+ # Cypress and Playwright on Rails
2
2
3
3
![ Build Status] ( https://github.com/shakacode/cypress-on-rails/actions/workflows/ruby.yml/badge.svg )
4
4
[ ![ cypress-on-rails] ( https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/2b6cjr/master&style=plastic&logo=cypress )] ( https://dashboard.cypress.io/projects/2b6cjr/runs )
You can’t perform that action at this time.
0 commit comments