Table Of Contents
...
Addresses
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Overview
CSIT (Continuous System and Integration Testing) is expected to be a part of automated verification procedure invoked on review and merge stages.
...
- Builds an image within a local docker (no publishing)
- Executes the shell script which iswhich
- on startup stage - runs the docker containers based on image built together with other containers required (using docker-compose),
ensures the applications application is initialized - on test execution stage - executes integration tests using Robot framework
- on tear down stage - stops containers running
- on startup stage - runs the docker containers based on image built together with other containers required (using docker-compose),
- Collects the Robot framework reports
...