Difference between revisions of "Npx detox"
Jump to navigation
Jump to search
(Redirected page to Detox (npm)) Tag: New redirect |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
+ | npx detox | ||
+ | detox[34451] ERROR: [cli.js] Not enough non-option arguments: got 0, need at least 1 | ||
+ | |||
+ | detox <command> | ||
+ | |||
+ | Commands: | ||
+ | detox build-framework-cache Builds a cached Detox framework for the current environment in ~/Library/Detox. The cached | ||
+ | framework is unique for each combination of Xcode and Detox version. (macOS only) | ||
+ | detox build Runs the user-provided build command, as defined in the 'build' property of the specified | ||
+ | configuration. | ||
+ | detox clean-framework-cache Deletes all Detox cached frameworks from ~/Library/Detox. Cached framework can be rebuilt using | ||
+ | the 'build-framework-cache' command. (macOS only) | ||
+ | detox init Scaffold initial E2E test folder structure for a specified test runner | ||
+ | detox rebuild-framework-cache Rebuilds a cached Detox framework for the current environment in ~/Library/Detox. The cached | ||
+ | framework is unique for each combination of Xcode and Detox version. (macOS only) | ||
+ | detox run-server Start a standalone Detox server | ||
+ | detox test Run your test suite with the test runner specified in package.json | ||
+ | |||
+ | Options: | ||
+ | --version Show version number [boolean] | ||
+ | --help Show help | ||
+ | |||
+ | == See also == | ||
+ | * {{Detox}} | ||
+ | |||
+ | [[Category:Detox]] |
Latest revision as of 10:01, 19 January 2022
npx detox detox[34451] ERROR: [cli.js] Not enough non-option arguments: got 0, need at least 1
detox <command>
Commands:
detox build-framework-cache Builds a cached Detox framework for the current environment in ~/Library/Detox. The cached framework is unique for each combination of Xcode and Detox version. (macOS only) detox build Runs the user-provided build command, as defined in the 'build' property of the specified configuration. detox clean-framework-cache Deletes all Detox cached frameworks from ~/Library/Detox. Cached framework can be rebuilt using the 'build-framework-cache' command. (macOS only) detox init Scaffold initial E2E test folder structure for a specified test runner detox rebuild-framework-cache Rebuilds a cached Detox framework for the current environment in ~/Library/Detox. The cached framework is unique for each combination of Xcode and Detox version. (macOS only) detox run-server Start a standalone Detox server detox test Run your test suite with the test runner specified in package.json
Options:
--version Show version number [boolean] --help Show help
See also[edit]
Advertising: