ForbesLindesay / cabbie

WebDriver for the masses

Home Page:https://cabbiejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cabbie

A synchronous and asynchronous webdriver client for node.js. This client is completely standalone so you can use your choice of test framework: jest, mocha, jasmine, tap.......you decide!

Build Status Dependency Status NPM version

Installation

To write async tests:

npm install cabbie-async

To write sync tests:

npm install cabbie-sync

Usage

To write async tests, see https://cabbiejs.org/async

To write sync tests, see https://cabbiejs.org

License

MIT

About

WebDriver for the masses

https://cabbiejs.org/

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%