Skip to content

Commit 35d7437

Browse files
Update README.md
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 95533c8 commit 35d7437

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tests/functional/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Installation
22

3-
Make sure that you have `node` and `npm` installed:
3+
Make sure that you have `node` and `npm` installed.
4+
5+
Create `.env` file under `tests/functional` (it is git-ignored), with contents like this:
6+
7+
```
8+
APP_URL=https://api-gw.dev.platform.linuxfoundation.org/
9+
AUTH0_TOKEN_API=https://linuxfoundation-dev.auth0.com/oauth/token
10+
AUTH0_USER_NAME=[your-username]
11+
AUTH0_PASSWORD=[your-password]
12+
LFX_API_TOKEN=[token]
13+
AUTH0_CLIENT_SECRET=[client-secret]
14+
AUTH0_CLIENT_ID=[client-id]
15+
CYPRESS_ENV=dev
16+
```
17+
18+
You can ask for example `.env` file over slack.
19+
20+
Then to run tests:
421

522
- Run `npm install`.
623
- Run all tests via: `npx cypress run`.

0 commit comments

Comments
 (0)