Skip to content

tfmolch/paas-requirements-at

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

ACCEPTANCE TESTS

Cucumber automated acceptance tests for PaaS universe running under Stratio PaaS. This module depends on a QA library (stratio-test-bdd), where common logic and steps are implemented.

EXECUTION

These tests will be executed as part of the continuous integration flow as follows:

mvn verify [-D<ENV_VAR>=<VALUE>] [-Dit.test=<TEST_TO_EXECUTE>|-Dgroups=<GROUP_TO_EXECUTE>]

Example:

mvn verify -U -DDCOS_CLI_HOST=dcos-cli.demo.stratio.com -DDCOS_CLI_USER=root -DDCOS_CLI_PASSWORD=stratio -DPAAS_UNIVERSE_NAME=myuniverse -DPAAS_UNIVERSE_VERSION=0.2.0-SNAPSHOT -Dgroups=universe

By default, in jenkins we will execute the group confluent, which should contain a subset of tests, that are key to the functioning of the module and the ones generated for the new feature.

All tests, that are not fully implemented, should be tagged with '@ignore @tillfixed(PAAS-XXX)'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.0%
  • Gherkin 25.0%