@testrevolution/bugbug-cli

8.1.2 • Public • Published

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.

https://bugbug.io

CLI Installation

npm install -g @testrevolution/bugbug-cli

Configuration

bugbug config set-token API_TOKEN_FROM_WEBAPP_PROJECT_SETTINGS

Available 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] [--reporter] [--output-path]
* status [test|suite] <string:testRunId|suiteRunId> [--no-progress] [--debug]
* result [test|suite] <string:testRunId|suiteRunId> [--no-progress] [--debug] [--with-details]

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

Run test:

bugbug remote run test f95f9f55-f1bf-4e2d-ab27-9ef4752ebbfb
ℹ Queued (testRunId: 2d6401a7-de84-4785-8fa2-4227b3330a8e)
✔ Status: passed

Package Sidebar

Install

npm i @testrevolution/bugbug-cli

Homepage

bugbug.io

Weekly Downloads

1,000

Version

8.1.2

License

MIT

Unpacked Size

86.3 kB

Total Files

26

Last publish

Collaborators

  • testrevolution