Software Automation Testing Web using selenium, ruby and capybara
- Git
- Ruby 2.5.5
- Install chrome driver https://chromedriver.chromium.org/ choose based on your chrome in local ex: https://chromedriver.storage.googleapis.com/index.html?path=88.0.4324.96/ for google chrome 88
- Gem install bundler
- bundle install
Profile configuration : config/cucumber.yml
Browser | Command |
---|---|
firefox | cucumber -p firefox --tag @login |
Chrome | cucumber -p chrome --tag @login |
For your convenient please put the file based on the folder structure.
|config
|features
│ ├── helper
│ ├── pages
│ ├── step_definitions
│ ├── scenario
|Gemfile