We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef34b6 commit e6f92efCopy full SHA for e6f92ef
1 file changed
README.md
@@ -28,9 +28,9 @@ Got questions or feedback? Let us know! Contact us at support@tinypng.com.
28
29
### Running the integration tests
30
1. Start Selenium server: `java -jar selenium-server-standalone-2.44.0.jar`.
31
-2. Run `bin/integration-tests $version [$to_version]`. E.g. `bin/run-wordpress 41` or `bin/integration-tests 40 42`.
32
-
33
-Note that when testing a different WordPress version, `bin/run-wordpress <version>` has to be run first.
+2. Run `bin/integration-tests $version [$to_version]` (When $to_version is
+added, all versions between $version and $to_version are tested). E.g.
+`bin/integration-tests 41` or `bin/integration-tests 40 42`.
34
35
## License
36
Copyright (C) 2015 Voormedia B.V.
0 commit comments