Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course project Kanboard

Need to install

  • java
  • maven
  • docker

Launch project locally

  download docker file:
  docker-compose file

Tests execution

Tests can be run with configuration of system property and/or profiles in console

mvn clean test -Pprofile_name -Dsystem_property=value

The default parameters are taken from environment.properties file

Profiles

  • ui
  • api


System parameters

  • browser (String)
  • headless (boolean)
  • api_uri (String)
  • api_url (String)
  • api_token (String)

Example:

'mvn clean test' - runs all tests
'mvn clean test -Papi' - runs 'API' tests
'mvn clean test -Pui -Dbrowser_name=firefox -Dheadless=true' - runs 'UI' tests in 'Fireforx' browser in headless mode

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages