modify README installation
This commit is contained in:
parent
83776dddf3
commit
7584595797
|
@ -48,10 +48,9 @@ To clone the repository and install the project dependencies, follow these steps
|
|||
1. Open your terminal or command prompt.
|
||||
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.
|
||||
4. Navigate into the project directory using `cd idHub_testing`.
|
||||
5. Install playwright using `npm install -g playwright`
|
||||
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.
|
||||
4. Navigate into the project directory using `cd idHub_E2E_testing`.
|
||||
5. 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.
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -210,7 +210,7 @@ CREDENTIAL_TYPES_DATA_STORE.FederationMembership_data = [
|
|||
membershipStatus: "active",
|
||||
membershipId: "4567",
|
||||
membershipSince: "2010-01-01",
|
||||
email: "user4@example.ort",
|
||||
email: "user4@example.org",
|
||||
phone: "93 302 27 53",
|
||||
website: "https://www.esf-cat.org",
|
||||
certificationDate: "2024-02-02",
|
||||
|
|
Reference in New Issue