Skip to content

Commit 3c3ba01

Browse files
Add script that clean state left from preovius test run
1 parent d7927ce commit 3c3ba01

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

selenium/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ not see any browser interaction, everything happens in the background, i.e. rabb
6262

6363
**The interactive mode** - This mode is convenient when we are still working on RabbitMQ source code and/or in the selenium tests. In this mode, you run RabbitMQ and tests directly from source to speed things up. The components, such as, UAA or keycloak, run in docker.
6464

65+
**IMPORTANT** - If you intend to switch between version of RabbitMQ, make sure
66+
you run `./clean.sh` to clear any state left from the last test run.
67+
6568

6669
## Run tests in headless-mode
6770

selenium/clean.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
rm -r $TMPDIR/rabbitmq-test-instances

0 commit comments

Comments
 (0)