Socket
Book a DemoInstallSign in
Socket

@neoskop/testcafe-browserstack-cli

Package Overview
Dependencies
Maintainers
12
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoskop/testcafe-browserstack-cli

cli-tool to run testcafe tests

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
12
Created
Source

testcafe-cli 💎

Run testcafe tests in a beautiful cli with optinal providers.

Usage

install an NPM package:

$ yarn add -G @neoskop/testcafe-cli

and run the CLI directly:

$ testcafe-cli

Additional

create config file .testcafe-cli.json:

{
  "testsFolder": "tests",
  "provider": ["browserstack"],
  "env": [
    {
      "type": "select",
      "name": "SUITE",
      "message": "Select Suite",
      "choices": [
        { "title": "Local", "value": "local" },
        { "title": "Stage", "value": "stage" },
        { "title": "Live", "value": "live" }
      ]
    }
  ],
  "vars": {
    "BROWSERSTACK_USERNAME": "",
    "BROWSERSTACK_ACCESS_KEY": "",
    "your_env_vars": "your_env_value"
  }
}

for each env you can create one specific question which set as env variabels .

known issues

browerstack doesent work localy.

License

This project is under the terms of the Apache License, Version 2.0. A copy of this license is included with the sources.

FAQs

Package last updated on 30 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts