be-paige

0.4.0 • Public • Published

Paige

Paige is a collection of Page Objects for testing. yup.

Installation

Install paige just like any other node module.

$ npm install --save-dev be-paige

Fun fact: paige was already taken, so we prefixed it with be- since that's what we do here :)

Usage

Before any testing can take place, selenium's standalone server must be installed and running so that paige can send remote control commands. On Mac, this is as easy as using homebrew

$ brew install selenium-server-standalone
$ selenium-server

Refer here to get Selenium Server setup on other platforms.

To run paige tests, run the paige executable. This should not be globally installed, but instead run from the node_modules directory.

$ ./node_modules/.bin/paige

or inside of package.json

"scripts": {
  "test": "paige"
}

paige is a light wrapper around mocha and should adhere to all the same options.

Readme

Keywords

none

Package Sidebar

Install

npm i be-paige

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • chthomas
  • lanniemiao
  • mtrajano93
  • moskalen
  • elewis
  • mansinarain
  • attamusc
  • weikinhuang
  • mase
  • agaripian
  • nemtsov
  • bryanpackman
  • matt-oconnell
  • mlebrun
  • andyroo2000
  • ingluisjimenez
  • gtuckeradobe
  • tpaparne
  • danicasapit
  • dfoxinator
  • jelee11
  • jmedoy
  • bossjones
  • mtldo
  • jushean
  • bryanlatten
  • sadraei
  • tracyfogel
  • kangman
  • iooi
  • benake
  • davestein
  • nikb100
  • kaicataldo