0.0.16 • Published 8 years ago

fe-nightwatch-common v0.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Fusion Frontend: Nightwatch Common

A collection of assertions, commands and common step tests used with Nightwatch.js

Api

querystringContainsKey

Assert that the querystring contains a certain key

module.exports = {
  "querystring contains foo " : function (client) {
    client.assert.querystringContainsKey('foo');
  }
}

Parameters

querystringKeyIs

Assert a querystring key value

module.exports = {
  "querystring foo is bar " : function (client) {
    client.assert.querystringKeyIs('foo', 'bar')
  }
}

Parameters

waitForUrl

executes command

Parameters

Returns [type] description

waitForUrlToContain

Waiting for url expected

Parameters

Returns [type] client

templateAnswer

declaritive answers processing

Parameters

Returns [type] description

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago