view · edit · sidebar · attach · print · history

20160709-bundle-gems-and-watir-feature-test-davaz-com

<< 20160710-bundle-gems-and-watir-feature-test-davaz-com | Index | 20160708-migrate-davaz-com-dojo-widgets >>


Summary

  • Migrate old tests (does not work, old selenium) as watir-webdriver (new selenium) feature test
  • Create README.md for test and setup

Commits / Patches / Pull Requests, Scripts

Index


Watir Webdriver

The oddb.org uses watir-webdriver with rspec.
All testing on davaz.com are already out of date (not maintained), So I've drop old selenium jar and its support files.
Then setup watir-webdriver and Minitest using new Selenium. (like oddb.org)

And I've also documented in README.md, How to run test in davaz.com.

Currently, all test cases do not work (out of date, broken).
So this is 'How to run a single test without rake'.

% bundle exec ruby -I.:test test/feature/test_shop.rb
Run options: --seed 12380

# Running:

*

Fabulous run in 9.634901s, 0.1038 runs/s, 0.3114 assertions/s.

1 runs, 3 assertions, 0 failures, 0 errors, 0 skips
view · edit · sidebar · attach · print · history
Page last modified on July 11, 2016, at 09:02 AM