modify README installation

This commit is contained in:
mildred 2024-03-28 23:57:22 +01:00
parent 83776dddf3
commit 7584595797
2 changed files with 4 additions and 5 deletions

View File

@ -48,10 +48,9 @@ To clone the repository and install the project dependencies, follow these steps
1. Open your terminal or command prompt. 1. Open your terminal or command prompt.
2. Navigate to the directory where you want to clone the project. 2. Navigate to the directory where you want to clone the project.
3. Run `git clone https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub_E2E_testing.git` to clone the repository. 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`. 4. Navigate into the project directory using `cd idHub_E2E_testing`.
5. Install playwright using `npm install -g playwright` 5. Install project dependencies: `npm install`
6. Install project dependencies: `npm install` 6. 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.
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 ## Usage

View File

@ -210,7 +210,7 @@ CREDENTIAL_TYPES_DATA_STORE.FederationMembership_data = [
membershipStatus: "active", membershipStatus: "active",
membershipId: "4567", membershipId: "4567",
membershipSince: "2010-01-01", membershipSince: "2010-01-01",
email: "user4@example.ort", email: "user4@example.org",
phone: "93 302 27 53", phone: "93 302 27 53",
website: "https://www.esf-cat.org", website: "https://www.esf-cat.org",
certificationDate: "2024-02-02", certificationDate: "2024-02-02",