A46-QA-Automation-Framework
To run smoke tests: gradle clean smoke
To run on Selenium Grid:
- navigate to your folder with selenium jar file (cd Downloads)
- run java -jar selenium-server-4.11.0.jar standalone
- open grid url
- to start tests run gradle clean test -Dbrowser=grid-firefox