-
Notifications
You must be signed in to change notification settings - Fork 11
Getting started
Robby Klehm edited this page Sep 9, 2020
·
17 revisions
We maintain the Neodymium-Template project to get new Test Developers familiar with Neodymium. You may start with this template when setting up your project. It includes all basic dependencies and should work out of the box.
- Goto Neodymium-Template project
- Perform the steps from the hello world section of the Neodymium-Template project
- Rename your project by working through the taking ownership section of Neodymium-Template
- Decide whether you want to go the pure java or the cucumber way and remove the unneeded files as described in the remove unneeded code approach section of Neodymium-Template.
- Use all features that you like e.g.:
Overview
Neodymium features
- Neodymium configuration properties
- Neodymium context
- Utility classes
- Test data provider
- Test Environments
- Multi browser support
- Applitools Plugin
- Localization
- Highlight and Wait
- Advanced Screenshots
- Seperate Browser Sessions for Setup and Cleanup
Best practices and used frameworks
Special