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
- Create `test/fixtures/shared/terraform.tfvars` and populate with the required Terraform input variables (see `test/fixtures/shared/terraform.tfvars.sample` for more information)
30
+
31
+
Once those steps have been completed run `make docker_test_integration` from
32
+
the root of the repository to execute the tests within the `project_id`
33
+
provided. Infrastructure from `test/fixtures/*` will be provisioned,
34
+
integration tests from `test/integration/*` will be executed, and the
35
+
infrastructure will be deprovisioned to complete the process.
36
+
37
+
### Autogeneration of documentation from .tf files
38
+
Run
39
+
```
40
+
make generate_docs
41
+
```
42
+
43
+
### Lint testing
44
+
45
+
Lint testing is also performed within a Docker container containing all the
46
+
dependencies required for lint tests. Execute those tests by running `make
47
+
docker_test_lint` from the root of the repository.
- Create `test/fixtures/shared/terraform.tfvars` and populate with the required Terraform input variables (see `test/fixtures/shared/terraform.tfvars.sample` for more information)
191
-
192
-
Once those steps have been completed run `make docker_test_integration` from
193
-
the root of the repository to execute the tests within the `project_id`
194
-
provided. Infrastructure from `test/fixtures/*` will be provisioned,
195
-
integration tests from `test/integration/*` will be executed, and the
196
-
infrastructure will be deprovisioned to complete the process.
197
-
198
-
### Autogeneration of documentation from .tf files
199
-
Run
200
-
```
201
-
make generate_docs
202
-
```
203
-
204
-
### Lint testing
205
-
206
-
Lint testing is also performed within a Docker container containing all the
207
-
dependencies required for lint tests. Execute those tests by running `make
208
-
docker_test_lint` from the root of the repository.
0 commit comments