We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c90676 commit fd4eb24Copy full SHA for fd4eb24
components/server/src/bitbucket/README.md
@@ -3,10 +3,10 @@
3
To run the BitBucket integration tests via `npm test` the `GITPOD_TEST_TOKEN_BITBUCKET` environment variable needs to be defined:
4
5
```bash
6
-export GITPOD_TEST_TOKEN_BITBUCKET='{ value: "$token", scopes: [] }'
+export GITPOD_TEST_TOKEN_BITBUCKET='{ "username": "$username", "value": "$applicationPassword", "scopes": [] }'
7
```
8
9
-Replace `$token` with the integration test token.
+Replace `$username` / `$applicationPassword` with the integration test username and application password.
10
11
## Running a single test
12
0 commit comments