PavlyukovVladimir / FSUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

How to use:

On a local machine:

  • Runs ALL tests with clean old tests results: ./gradlew clean test
  • Runs ALL tests without clean old tests results: ./gradlew test
  • Cleans old tests results: ./gradlew clean
  • Tests(without clean old tests results):
  • Generate allure project:
    • ./gradlew allureReport - generate Allure report
    • view the report
    • ./gradlew allureServe - generate Allure report and opens it in the default browser

CI/CD:

Each commit initiates the launch of tests, packs the folder with reports into an archive and transfers it to artifacts

To view the test report, you must:

  1. Download and unzip the artifact reports.zip.

  2. View a report from an unzipped artifact.

    1. When using it for the first time
      1. In the firefox browser, enter 'about:config' in the address bar
      2. After taking the risk and clicking 'show all', set security.fileuri.strict_origin_policy to false
    2. After these settings, you can open index.html using the firefox browser

About


Languages

Language:Java 100.0%