Skip to content

Commit

Permalink
Update automation dependencies (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: Yordan Iliev <[email protected]>
Signed-off-by: Martin Dobrev <[email protected]>
Co-authored-by: Martin Dobrev <[email protected]>
  • Loading branch information
2 people authored and SvetBorislavov committed Sep 4, 2024
1 parent fa16689 commit 4e40a3a
Show file tree
Hide file tree
Showing 4 changed files with 2,945 additions and 2,932 deletions.
6 changes: 3 additions & 3 deletions automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ framework for testing web applications across different browsers.

Before you begin, ensure you have the following installed on your system:

- Node.js: `20.9.0`
- Node.js: `20.17.0`

Additionally, you should have the Hedera Transaction Tool executable installed and know its path, as it will be required
to run the tests.
Expand All @@ -30,7 +30,7 @@ to run the tests.
3. **Install dependencies** by running:

```bash
npm install
pnpm install
```

4. **Configure the environment variables** by creating a `.env` file in the root of the project and setting the path to
Expand Down Expand Up @@ -120,4 +120,4 @@ npx playwright test tests/OrganizationContactListTests

```bash
npx playwright test tests/organizationRegressionTests
```
```
Loading

0 comments on commit 4e40a3a

Please sign in to comment.