Socket
Socket
Sign inDemoInstall

bowie

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bowie

Glamorous browser testing


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

bowie

Glamorous browser testing

Get Started

Step 1: Add bowie to your project

Install and run Selenium in a separate terminal:

npm install -g selenium-standalone@latest
selenium-standalone start

Install bowie:

npm install --save-dev bowie

Initialize the test directory:

npx bowie setup

Step 2: Run the editor to edit your tests:

npx bowie editor

Then open your web browser to http://localhost:3000.

Step 3: Run the test suite from the command line

npx bowie test

Optional: Setup scripts to run later

Define these scripts to your package.json:

{
  "scripts": {
    "test": "bowie test",
    "editor": "bowie editor"
  }
}

Now you can start the editor with npm run editor and run the test suite with npm test.

FAQs

Package last updated on 11 Aug 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc