Skip to content

Commit

Permalink
test: update package config files and its description
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Sep 28, 2023
1 parent 7c3a419 commit 91e62e7
Show file tree
Hide file tree
Showing 5 changed files with 12,608 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ flowchart

## 📋 Prerequisites

- Ensure you have `node >= 18.0.0` and `npm >= 9.0.0` installed. (lts version is preferable)
- Ensure you have `node >= 18.0.0` and `npm >= 9.0.0` installed.

## 🛠 Installation

Expand Down
11 changes: 9 additions & 2 deletions integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ Before the test run, there needs to spin a local environment up:
docker-compose -f docker-compose.yaml up
```

## How to run tests
## How to run sdk-api tests
--
all tests:

```bash
npm run test
npm run test:sdk-api
```
## How to run sdk-ui tests
--
all tests:

```bash
npm run test:sdk-ui
```

If there is a necessity to run the exact test or/and suite you need change
Expand Down
Loading

0 comments on commit 91e62e7

Please sign in to comment.