Script in .gitlab-ci.yaml to generate Allure report

Viewed 20

I dont know which command should i use to generate Allure report in .gitlab-ci.yaml file. here is my script:

 mvn
  --define url=http://frontend
  --define url=http://backend:8080/app/api/v1
  --define selenium.url=http://selenium:4444/wd/hub
  test
  allure:report

tags: - docker - large

artifacts: paths: - target

0 Answers
Related