Skip to content

Commit f6c803a

Browse files
committed
Automatically rerun failed scenarios
1 parent 7b30bb9 commit f6c803a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"wp-cli/entity-command": "^1.3 || ^2",
19-
"wp-cli/wp-cli-tests": "^2"
19+
"wp-cli/wp-cli-tests": "^2.0.7"
2020
},
2121
"config": {
2222
"process-timeout": 7200,
@@ -57,6 +57,7 @@
5757
"prefer-stable": true,
5858
"scripts": {
5959
"behat": "run-behat-tests",
60+
"behat-rerun": "rerun-behat-tests",
6061
"lint": "run-linter-tests",
6162
"phpcs": "run-phpcs-tests",
6263
"phpunit": "run-php-unit-tests",

0 commit comments

Comments
 (0)