Skip to content

Commit cd4c6e2

Browse files
authored
Add GCP integration testing documentation (#3128)
1 parent 4a790f4 commit cd4c6e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/tests_integration/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,21 @@ pytest -vvv -s --cloud azure
4040

4141
This will deploy on Nebari on Azure, run tests on the deployment
4242
and then teardown the cluster.
43+
44+
45+
## Google Cloud Platform
46+
47+
```bash
48+
PROJECT_ID
49+
GOOGLE_CREDENTIALS
50+
CLOUDFLARE_TOKEN
51+
```
52+
53+
Assuming you're in the `tests_integration` directory, run:
54+
55+
```bash
56+
pytest -vvv -s --cloud gcp
57+
```
58+
59+
This will deploy on Nebari on Google Cloud Platform, run tests on the deployment
60+
and then teardown the cluster.

0 commit comments

Comments
 (0)