This repo include one demo step and related github actions to take test image and push it docker hub.
Test application repo can be found here
- Java 8+
- Maven
- JUnit
- Selenium
- Cucumber
- Github actions
- Docker
- To install maven dependencies
mvn install
- Run test
First adjust .env.local file based on your needs. Or use any other .env file
Run this command
env $(cat .env.local) mvn test
- Thread driver/additional driver
- Reporting
- Screenshot support
- Notifications
- Better readme :)