Skip to content

Ebazhanov/fresh-ui-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fresh

Set up

You will need the following technologies available to try it out:

  • Git
  • Maven 3+
  • JDK 8
  • IDE of your choice
  • Web browser Chrome

Ho w to run

  • run tests in parallel mode;

mvn clean test

  • ability to run tests for different browsers/os by configuring;
  • ability to run tests for different environments(urls) by configuring/by command-line.

mvn clean test -Denv=prod -Dbrowser=firefox

Generate Allure report

mvn allure:report

Open Allure report in browser

mvn allure:serve

Video how does it looks like

Releases

No releases published

Packages

No packages published

Languages