JSPM

@testrevolution/bugbug-cli

4.16.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1286
  • Score
    100M100P100Q120688F
  • License MIT

BugBug CLI

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.

    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]
    * 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"> - overrider variable during single run
    * --with-details - show result with details

    Run test:

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