To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorValidator
As an automated tester I want a tool to check if my page object locators are correct so that I can update invalid locators.
- Scenarios
-
- Use reflection to open a page object and validate that the locators are valid
-
- Given
- I am on the advanced search page for HomeAway
- When
- I run the validator
- Then
- the advanced search page object locators will be checked
- The validator will fail and return a list of missing locators
-
- Given
- I am on the advanced search page for HomeAway
- When
- I run the validator with missing locators
- Then
- there will be missing locators found
Last published almost 7 years ago by scottcsims.