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 30fe2fc commit 7aadb70
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,19 @@ Run acceptance backend instance:

docker compose up

Run robot server:

docker compose exec plone ./bin/robot-server plone.app.robotframework.testing.VOLTO_ROBOT_TESTING

Inspect container with

docker exec -it <container-id> bash


## TODO

- Run celery


## OUTDATED

Run robot server:
Run celery:

docker compose exec backend bin/robot-server rohberg.elasticsearchblocks.testing.ROHBERG_ELASTICSEARCHBLOCKS_FIXTURE
docker compose exec backend bin/celery -A collective.elastic.ingest.celery.app multi restart workersearchkitblock --logfile="/app/celery/celery%n%I.log" --pidfile="/app/celery/celery%n.pid"

In general: Execute command on container with:

docker compose exec backend ls -la

Inspect container with

docker exec -it <container-id> bash

0 comments on commit 7aadb70

Please sign in to comment.