Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 29, 2024
1 parent 9a19e3d commit 006e916
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions uui-e2e-tests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
3. [Optional step] Change ```./.env.local``` file in order to set non-standard UUI_APP_BASE_URL

#### NPM tasks to use
Note: If the tasks are run for the very first time, it might take some time to download necessary docker images.
Note: If the tasks are run for the very first time, it might take some time to download necessary docker images (about 10 min).
```shell
# Run tests in docker container
yarn local-test-e2e
Expand All @@ -42,16 +42,16 @@ yarn local-test-e2e-report-show
```

### Useful Podman commands
The image for UUI e2e test requires about ```2.2 Gb``` of free disk space.
The following commands can help you to check how much disk space is being used.
```
# list all images and their sizes
podman images --all

# show podman disk usage
# Show podman disk usage
podman system df

# remove all images
podman rmi --all --force
# List all images and their sizes
podman images --all

# remove all stopped containers
podman container prune --force
# Delete all images. Usually it should not be used.
# When the e2e tests are run after deleting all images, all necessary dependencies will download again which will take some time.
podman rmi --all --force
```

0 comments on commit 006e916

Please sign in to comment.