github.com/redhat-appstudio/e2e-tests@v0.0.0-20230619105049-9a422b2094d7/tests/spi/README.md (about) 1 # Service Provider Integration tests suite 2 3 This suite contains a set of tests that covers SPI scenarios. 4 5 Steps to run 'spi-suite': 6 7 1) Follow the instructions from the [Readme](../../docs/Installation.md) scripts to install AppStudio in e2e mode 8 2) Run `make build` 9 3) Run the e2e suite: `./bin/e2e-appstudio --ginkgo.focus="spi-suite"` 10 11 #### Environments 12 13 Valid Quay username and token are required to be able to run the suite: SPI will use them to create valid configurations to test private container image deployment. 14 Values can be provided by setting the following environment variables. 15 16 | Variable | Required | Explanation | Default Value | 17 |---|---|---|---| 18 | `QUAY_OAUTH_USER` | yes | A quay.io username used to push/build containers | '' | 19 | `QUAY_OAUTH_TOKEN` | yes | A quay.io token used to push/build containers. Note: the token and username must be a robot account with access to your repository | '' | 20