Skip to content

ravenoslen/TechExercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tech Interview Exercises

Requirements

  • Java 11 or above
  • Maven 3.8.3 or above

Execution

  • In terminal execute the following if is the first time:
mvn clean install integration-test -Drunner=MainRunner

Otherwise run:

mvn clean integration-test -Drunner=MainRunner
  • This project can be executed with Intellij and Cucumber plugins.

Considerations

  • By default main runner will execute tag "@validated"
  • After project is executed, the evidences are located in "target/report-evidences/CucumberHtmlReport.html" folder
  • Logs are located in "target/generated-report" folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published