minimum2scp / selenium_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run test:

rm -f tmp/example_status.txt
bundle exec rspec spec/features/
bundle exec rspec spec/features/ --only-failures

Headless execution:

export USE_HEADLESS=true
rm -f tmp/example_status.txt
bundle exec rspec spec/features/
bundle exec rspec spec/features/ --only-failures

Run selenium3 feature only @selenium3 tag scenario:

BUNDLE_GEMFILE=gemfiles/selenium_3.gemfile bundle exec rspec spec/features/sample_use_selenium3_or_seleninum4.feature

Run selenium4 feature only @selenium4 tag scenario:

BUNDLE_GEMFILE=gemfiles/selenium_4.gemfile bundle exec rspec spec/features/sample_use_selenium3_or_seleninum4.feature

About


Languages

Language:Ruby 79.4%Language:Gherkin 20.6%