Page Object Model Framework for selenium with rspec and allure

This framework is to demonstrate the basic Page Object Model for UI automation with selenium in Ruby. For assertion and testing structure we use rspec. For reporting we are going with open sourced allure.

License: MIT Made with Java StackOverflow email me

alt text

Prerequsite

To run the tests

Folder Structure Definitions

Libraries

Pages

Locators

Spec

Test-data

Reports / Results

Gemfile

Spec Helper

This is just a beginner level of POM. Ideally we need to make most of the common methods that we use inside this project in to a seperate gem and we need to import that gem.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Happy Automating