- Can be updated when leveraging this framework for a project
- Google search
- Junit 5 parametrized test
mvn clean test -Dtest=<Classname1> -Duser=<user> -Dproperty=sample.properties
mvn clean test -Dtest=<Classname2> -Duser=<user> -Dproperty=sample.properties
mvn allure:serve
#### Allure Report
#### What it does now: Ability to search on Google iteratively be leveraging Junit 5 Parametrized test
#### Emailable Report To get emailable version of the report, we need to run the below command.
docker run -p 4040:4040 -p 5050:5050 -e CHECK_RESULTS_EVERY_SECONDS=3 -e KEEP_HISTORY="TRUE" -v "$(pwd)/target/allure-results:/app/allure-results" frankescobar/allure-docker-service
Once the docker container is up and running :
http://localhost:5050/emailable-report/render
http://localhost:5050/emailable-report/export
## Authors
#### TODO -Use picocli/other libraries for arguments. -Exception handling. -Better Test Data handling.