Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.
Apache License 2.0
161
stars
37
forks
source link
Add a CONTRIBUTING.md for people creating pull requests. #18
Could I suggest adding a CONTRIBUTING.md file to the repository, which would cover general test setup and structure?
I was able to figure out how to run the tests by reading the TravisCI logs (installing Firefox-ESR, nose, etc.), but without your pointers I would have had some struggle figuring out where best to write the tests (or even that it was necessary for the PR to get merged).
Could I suggest adding a CONTRIBUTING.md file to the repository, which would cover general test setup and structure?
I was able to figure out how to run the tests by reading the TravisCI logs (installing Firefox-ESR, nose, etc.), but without your pointers I would have had some struggle figuring out where best to write the tests (or even that it was necessary for the PR to get merged).