Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 18, 2024
1 parent 4d56416 commit cb14482
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Running the tests locally

Go to the folder of the SDK and build the container image using Docker.

```sh
docker build -t __SDK_IMAGE_NAME__ .
```

Go to tests folder and install the dependencies

```sh
npm ci
```

Set the required environment variables

```sh
export SAUCE_USERNAME=__YOUR_SAUCE_USERNAME__
export SAUCE_ACCESS_KEY=__YOUR_SAUCE_ACCESS_KEY__
export CONTAINER_IMAGE_NAME=__SDK_IMAGE_NAME__
```

Run the tests

```sh
npm run test
```

0 comments on commit cb14482

Please sign in to comment.