File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
tests/functional/__tests__ Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ docker-compose logs crowdsec
6363
6464DEBUG ./tests-local.sh
6565
66- # All the version
67-
66+ # All the version
67+ ./tests-local.sh; ./tests-local-wp5.5.sh; ./tests-local-wp5.4.sh; \
68+ ./tests-local-wp5.3.sh; ./tests-local-wp5.2.sh; ./tests-local-wp5.1.sh; \
69+ ./tests-local-wp5.0.sh; ./tests-local-wp4.9.sh
6870```
6971
7072> Note: you can add ` await jestPlaywright.debug(); ` at the moment you want to pause the process.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const ADMIN_LOGIN = "admin";
99const ADMIN_PASSWORD = "my_very_very_secret_admin_password" ;
1010const LAPI_URL = process . env . LAPI_URL_FROM_CONTAINERS ;
1111const NOTIFY = ! ! process . env . DEBUG ;
12- const TIMEOUT = ( ! ! process . env . DEBUG ? 5 * 60 : 5 ) * 1000 ;
12+ const TIMEOUT = ( ! ! process . env . DEBUG ? 5 * 60 : 8 ) * 1000 ;
1313
1414const notify = ( message ) => {
1515 if ( NOTIFY ) {
You can’t perform that action at this time.
0 commit comments