-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug reportfeature request
Description
When using the bin/magento
command line tool to run Integration testing, setting a testsuite
argument does not work, per the instructions at the bottom of:
http://devdocs.magento.com/guides/v2.0/test/integration/integration_test_setup.html
Preconditions
- Magento version 2.1.5
- PHP 7.0
Steps to reproduce
- Run
bin/magento dev:test:run integration --testsuite "Memory Usage Tests"
per the documentation
Expected result
- "Memory Usage Tests" integration testsuite tests should be run
Actual result
- Error:
[RuntimeException] The "--testsuite" option does not exist.
Metadata
Metadata
Assignees
Labels
Issue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug reportfeature request