Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@testrevolution/bugbug-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
What is BugBug?
We've created codeless, end-to-end testing tool which allows you to easily record & play web application tests.
You can run created tests on your local browser and also in the cloud.
See the whole scope of your tests on the Graph view, create reusable components and many, many more.
CLI Installation
npm install -g @testrevolution/bugbug-cliConfiguration
bugbug config set-token API_TOKEN_FROM_WEBAPP_PROJECT_SETTINGSAvailable commands
bugbug help
bugbug config <option>
* set-token <token>
bugbug remote <option>
options:
* list [test|suite|profile] [--no-wait] [--no-progress] [--debug]
* run [test|suite] <string:testId|suiteId> [--no-wait] [--no-progress] [--debug] [--with-details] [--profile] [--variable] [--result-timeout <int>] [--reporter] [--output-path]
* status [test|suite] <string:testRunId|suiteRunId> [--no-progress] [--debug]
* result [test|suite] <string:testRunId|suiteRunId> [--no-progress] [--debug] [--with-details] [--result-timeout <int>]
* stop [test|suite] <string:testRunId|suiteRunId> [--no-progress] [--debug] [--result-timeout <int>]
optional flags:
* --debug - show more data (like raw API response)
* --no-progress - don't show progress spinner
* --no-wait - exit immediately, don't wait for result
* --profile <string:"profile name"> - run with specific profile
* --variable <string:"varName=varValue"> - override variable during single run
* --with-details - show result with details
* --reporter <"inline"|"junit"> - the name of the reporter to use (default: "inline")
* --output-path - the path to save the test report; relative to the current working directory
* --result-timeout - modify the default result waiting time (minutes, default: 60)Run test:
bugbug remote run test f95f9f55-f1bf-4e2d-ab27-9ef4752ebbfb
ℹ Queued (testRunId: 2d6401a7-de84-4785-8fa2-4227b3330a8e)
✔ Status: passed