Skip to content

Tetiana1386/Kanboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tests(UI, API) for the Kanboard App


Frameworks & Tools


html5 html5 html5 html5 html5 html5 html5 html5 html5 html5

Getting Started


Run your app with Compose:

  1. From project directory, start up your application by running:
$ docker compose up
  1. Enter http://localhost:8080/ in a browser to see the application running.
  2. If this doesn’t resolve, you can also try http://127.0.0.1:8080.

Commands for running tests:


  • To run all API tests:

    $ mvn clean test -Papi_regression
  • To run all Ui tests in the Chrome browser:

    $ mvn clean test -Pui_regression -Dbrowser=chrome -Dheadless=false
  • To run all Ui tests in the Firefox browser:

    $ mvn clean test -Pui_regression -Dbrowser=firefox -Dheadless=false
  • To run all Ui tests in the headless mode Chrome browser:

    $ mvn clean test -Pui_regression -Dbrowser=chrome -Dheadless=true
  • To run all DB tests:

    $ mvn clean test -Pdb_regression

Commands for receiving Allure report:


$ allure generate target/allure-results
$ allure serve target/allure-results

My Allure reports: