Add set up env constant

This commit is contained in:
mildred 2024-03-28 23:32:12 +01:00
parent 61f6a84eaa
commit 83776dddf3
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ To clone the repository and install the project dependencies, follow these steps
3. Run `git clone https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub_E2E_testing.git` to clone the repository.
4. Navigate into the project directory using `cd idHub_testing`.
5. Install playwright using `npm install -g playwright`
- Install project dependencies: `npm install`
- Set up environment variables: [TODO]
6. Install project dependencies: `npm install`
7. Set-up the **URL_IDHUB** value in the file **env_constants.ts** in the directory src/constants.ts, to point to the appropiate IdHub instance.
## Usage