Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapoorlakshya/cucumber-watir-test-recorder-example
Example project to demo the screen-recorder gem.
https://github.com/kapoorlakshya/cucumber-watir-test-recorder-example
Last synced: 6 days ago
JSON representation
Example project to demo the screen-recorder gem.
- Host: GitHub
- URL: https://github.com/kapoorlakshya/cucumber-watir-test-recorder-example
- Owner: kapoorlakshya
- Created: 2018-12-30T10:22:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T07:13:21.000Z (over 3 years ago)
- Last Synced: 2024-10-12T18:28:57.417Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cucumber + Watir Test Recorder Example
Example project to demo the [screen-recorder](https://github.com/kapoorlakshya/screen-recorder) gem.#### Requirements
Cucumber is configured to use Firefox. Feel free to change it to whatever browser you would like to use.
#### Usage
1. `bundle install`
2. `bundle exec cucumber -t @record_test`Now look for `test-navigation-links-fail.mp4` in this project's root directory.
### More Information
[https://kapoorlakshya.github.io/introducing-screen-recorder-ruby-gem](https://kapoorlakshya.github.io/introducing-screen-recorder-ruby-gem)