Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)