Skip to content

Commit

Permalink
Update TESTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 12, 2022
1 parent 306e4e3 commit f5acf3e
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,29 @@
- frontend
- cypress

Run acceptance backend instance:

In general: Execute command on container with:
docker compose up

docker compose exec backend ls -la


Run celery:
Inspect container with

TODO Run celery
docker exec -it <container-id> bash


## TODO

- Run celery

Run acceptance backend instance:

## OUTDATED

Run robot server:

docker compose exec backend ./bin/robot-server rohberg.elasticsearchblocks.testing.ROHBERG_ELASTICSEARCHBLOCKS_FIXTURE

In general: Execute command on container with:

docker compose exec backend ls -la

0 comments on commit f5acf3e

Please sign in to comment.