This framework is intended to starting point for new Cucumber projects. The architecture, conventions and guidelines are a distillation of the experience of multiple Centric consultants across a wide variety of web automation projects over the years.
A flakey test suite can cripple a project. If you can't trust your automation you can't move as quickly as you'd like. Your test suite should tell you a story, if that story can't be believed then your suite is providing no value.
Our framework attempts to provide solutions to common problems, improve test reliability and reduce repetition. Likewise we provide guidance on best practices and ways to avoid quality problems with your suite. Wherever possible this guidance is ingrained so that it's difficult to do the "wrong thing".
Warning: The framework is intended to be used with Ruby version 2.4.2 or higher. While it's entirely possible older versions will work, no effort has been made to test this.
The subfolder doc contains both Yard and human generated documentation. There are README files for various topics you'll need to understand, to get the most out of this framework.
Opening doc/index.html in your browser will provide easy access to the README files as well as code documentation. When viewing in your browser, make sure to click on the files link in the upper left to see the README files.
HTML displayed using htmlpreview (doc/index.html) [https://htmlpreview.github.io/?https://github.com/Donavan/centric_cuke_framework/blob/master/doc/index.html]