Skip to content

Commit

Permalink
#2513 update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaPlyako committed May 18, 2023
1 parent 357aa47 commit a6c522c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ketcher-autotests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ selectNestedTool - select specific tool that has sub / nested levels.

### Prerequisites

- Docker
- Docker-compose
- Docker Desktop
- How to install for Mac OS: https://docs.docker.com/desktop/install/mac-install/
- How to install for Windows: https://docs.docker.com/desktop/install/windows-install/
- How to install for Linux: https://docs.docker.com/desktop/install/linux-install/
- You should build the app (`npm run build` from directory "ketcher")
- Set .env variable KETCHER_URL=http://frontend:4002 in "ketcher-autotests"

Expand All @@ -92,4 +94,5 @@ selectNestedTool - select specific tool that has sub / nested levels.
- `npm run docker:update` run all tests and update snapshots
- `npm run docker:debug` run all tests with debugging enabled

- if your command doesn't exist in package.json and you want to run it in the docker container: `npm run docker any_command`
- if you want to **stop** docker, run the next command in the directory "ketcher": `npm run docker:down`

0 comments on commit a6c522c

Please sign in to comment.