0.0.16 • Published 9 years ago

fe-nightwatch-common v0.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
9 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

9 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago