Skip to content

Extending with additional RESTful UI libraries

Marcin Nowrot edited this page Feb 9, 2014 · 2 revisions

###Adding a module You can add another module responsible for testing a UI library in the following manner:

  1. Create a module directory directly under the root. The name should correspond to the name of the UI library
  2. Edit the main POM file to notify maven of the new module
  3. Write the list application using the new library, putting all sources in the newly created module directory
  4. When in doubt, please treat the angularjs module as reference. Also feel free to message me when needed.

Please also note that forking and pull requests are very welcome! :)

###Adding the new module to WebDriverTests TBD

Clone this wiki locally