We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95533c8 commit 35d7437Copy full SHA for 35d7437
tests/functional/README.md
@@ -1,6 +1,23 @@
1
# Installation
2
3
-Make sure that you have `node` and `npm` installed:
+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:
21
22
- Run `npm install`.
23
- Run all tests via: `npx cypress run`.
0 commit comments