You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloads and extract the latest version of the docker bundle. It uses the `gh` github command line tool to retrieve the bundle from the releases.
69
69
70
-
To see how docker-compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
70
+
To see how Docker compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
71
71
72
72
Parameters:
73
73
- with the `DOCKER_BUNDLE_PATH` environment variable you can set the destination folder to where the bundle is downloaded. Default "./docker"
@@ -139,14 +139,14 @@ steps:
139
139
140
140
### setup-e2e-environment
141
141
142
-
Retrieves a given version of the docker-compose bundle from the releases and runs it. Optionally
142
+
Retrieves a given version of the Docker Compose bundle from the releases and runs it. Optionally
143
143
can set given services' docker image versions.
144
144
145
-
To see how docker-compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
145
+
To see how Docker Compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
146
146
147
147
Parameters:
148
-
- bundle_version: Version of the docker-compose bundle to use (= github release version)
149
-
- custom_docker_compose: Path for an additional docker-compose file to be used when starting up the environment.
148
+
- bundle_version: Version of the Docker Compose bundle to use (= github release version)
149
+
- custom_docker_compose: Path for an additional Docker Compose file to be used when starting up the environment.
150
150
- ui_version, hasura_version, ... (*_version): Specific the docker image tag of the microservice to be used. For all options, see `/github-actions/setup-e2e-environment/action.yml`
151
151
152
152
Example usage:
@@ -173,7 +173,7 @@ Runs cypress e2e tests. It assumes that a container with the name `cypress` is a
173
173
is parameterized to access all the tested containers. Best combine with the `setup-e2e-environment`
174
174
action as the docker bundle already contains the latest version of the cypress tests.
175
175
176
-
To see how docker-compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
176
+
To see how Docker Compose bundle is created and used, refer to [wiki](https://github.com/HSLdevcom/jore4/wiki/Infra#docker-compose-bundle)
177
177
178
178
Parameters:
179
179
- test-tags: Specify which e2e tests to run. `""` to run all, `"@smoke @routes"` to run with given tags. Default: `"@smoke"`
0 commit comments