Skip to content

Commit

Permalink
Remove system tests and update rspec watir flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Jun 30, 2024
1 parent d388c96 commit 88a2f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec_watir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: bin/raider new rspec_watir -p framework:rspec automation:watir visual:false axe:true

- name: Run Raider tests
run: cd rspec_selenium && bundle install && raider utility browser_options chrome headless && rspec spec/
run: cd rspec_watir && bundle install && raider utility browser_options chrome headless && rspec spec/

- name: BrowserStackLocal Stop
uses: browserstack/github-actions/setup-local@master
Expand Down
31 changes: 0 additions & 31 deletions spec/system/ruby_raider_spec.rb

This file was deleted.

0 comments on commit 88a2f36

Please sign in to comment.