Automation test project for function frontend service
- Ensure chromedriver is available on system environment by running
chromedrivercommand - Specify which tag will be run at
DefinitionTestSuite - Do not forget to revert to default tag
@Regressionbefore committing work(s)
- Use
@Regressionfor features which will be tested without specifying specific tags - Use
@Positivefor features which are tested in positive condition (happy flow) - Use
@Negativefor features which are tested in negative condition - Add custom annotation for features to ease testing separate feature (e.g.: Sanity test uses
@Sanity)