Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Builds an image within a local docker (no publishing)
  • Executes the integration testing using shell script which 
    • on startup stage - runs creates and starts the docker containers based on image built together with other containers required (using docker-compose),
      ensures the application is initialized
    • on test execution stage - executes integration tests test suites using Robot framework
    • on tear down stage  - stops and removes containers running
  • Collects the Robot framework reports

...