Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nightwatchjs/nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
https://github.com/nightwatchjs/nightwatch

Merge branch 'mobify-add-attribute-contains'

2263dbad7af845a56ec5e68f9cb1f11b432671d3 authored over 10 years ago by Andrei Rusu <[email protected]>
refactored attribute assertions

221cf3bd1df4143d34c3609017e5980384bcc326 authored over 10 years ago by Andrei Rusu <[email protected]>
added initial experiment for running tests in parallel

f95f753dee5b7d96b254b34523d955a47779ad94 authored over 10 years ago by Andrei Rusu <[email protected]>
Fixing up element not found message in attributeContains. Added tests for attribute not found

4f3520a71cf210b49a0d78a8b67fbfc72e456e04 authored over 10 years ago by Steve Calvert <[email protected]>
Updating assertions to check if value exists on result

c288c71f8b20be4f84da9855acf3d005444d8e4f authored over 10 years ago by Steve Calvert <[email protected]>
Merge branch 'add-attribute-contains' of https://github.com/mobify/nightwatch into add-attribute-contains

87a0cac1727caee2f7f5534eb2e1f34246d69058 authored over 10 years ago by Steve Calvert <[email protected]>
Fixing evaluation of pass condition

c32104f1dc7b389af1d5a768dfa7aab899ec91f2 authored over 10 years ago by Steve Calvert <[email protected]>
fixed a jshint error

7d344d5a2700df89fcaafb0adc29717a14215994 authored over 10 years ago by Andrei Rusu <[email protected]>
Merge branch 'master' of https://github.com/beatfactor/nightwatch

29c77b61ba3f31bfd343d171e0cd1060c5944bd8 authored over 10 years ago by Andrei Rusu <[email protected]>
updated failed message for when element doesnt have a value attr

b798862ed7edb69d9b603bc590aeae53d4348f27 authored over 10 years ago by Andrei Rusu <[email protected]>
Update test name

d54bea480a062e7f8e870a1e0ba6d11aeae61723 authored over 10 years ago by Steve Calvert <[email protected]>
Changing indentation to 2 spaces

a27fca9feeb3c5f1a69f64b5531134f26c9ee945 authored over 10 years ago by Steve Calvert <[email protected]>
Adding new attributeContains assertion

e150e442c3c292074a81a02cd98e58c01f79e1fb authored over 10 years ago by Steve Calvert <[email protected]>
version number bump to 0.4.14

f9b231bdc920edf58469d60dc5835f68060c678b authored over 10 years ago by Andrei Rusu <[email protected]>
Fixed #142 - useXpath and useCss methods weren't behaving correctly

a9b39976a4b59917fd19f557dbff90c40226f15b authored over 10 years ago by Andrei Rusu <[email protected]>
Merge branch 'master' of github.com:beatfactor/nightwatch

* 'master' of github.com:beatfactor/nightwatch:
added results and errors properties on the tes...

48817497934152cb539791dc3da7af6b40aec45d authored over 10 years ago by andrei <[email protected]>
added results and errors properties on the test object available from inside tearDown to satisfy #135

3e70c58af073aed1699ab552c95a5e9093058c01 authored over 10 years ago by andreiebuddy <[email protected]>
updated tests for waitForElementPresent

5ae2a82fcf0d882d49532854e1dd32699568244a authored over 10 years ago by andreiebuddy <[email protected]>
Merge branch 'upstream/master' of https://github.com/disciplezero/nightwatch into disciplezero-upstream/master

01c9ad48031a508e729450c42725230333d86952 authored over 10 years ago by andreiebuddy <[email protected]>
added waitForConditionPollInterval also, changed the set milliseconds logic a bit and updated the api doc

33974d85b618079f2f963f99bdb6a1c2fcc00702 authored over 10 years ago by andreiebuddy <[email protected]>
Merge branch 'master' of https://github.com/haggyj/nightwatch into haggyj-master

624d99a8ddc9163eb33e71606091d4bf5bd87557 authored over 10 years ago by andreiebuddy <[email protected]>
Merge pull request #141 from mobify/add-to-ignored-errors

added <no such element> to array of DO_NOT_LOG_ERRORS

06b3547b1c499f2c626c80c6b1b2c27e539bbbfb authored over 10 years ago by Andrei Rusu <[email protected]>
Fixed an issue where the set locateStrategy wasn't used correctly in the case of xpath

e64e03b5088577802fc7d14af2d9832493d8abea authored over 10 years ago by andreiebuddy <[email protected]>
Merge branch 'master' of https://github.com/beatfactor/nightwatch

d574ab2650555bbd4ed435b6a6aae01ed32480ac authored over 10 years ago by andreiebuddy <[email protected]>
Fixed an issue when the selenium server wasn't being stopped after a session create error

257e771b430b466c5fd766e63186b83f24d47bd1 authored over 10 years ago by andreiebuddy <[email protected]>
added <no such element> to array of DO_NOT_LOG_ERRORS

2cd90c664b886c30c1828766b61c661786efefb9 authored over 10 years ago by Keith Bingman <[email protected]>
add missing semicolon

3379b3e8a79bf0c077d94a71b433ed0530cd4848 authored over 10 years ago by Jonathan Haggarty <[email protected]>
add global timeout for waitFor commands. Fixes #129

a49d51844c909733c8f07110773f2a8aa0db40f0 authored over 10 years ago by Jonathan Haggarty <[email protected]>
Merge branch 'master' of github.com:beatfactor/nightwatch

* 'master' of github.com:beatfactor/nightwatch:
added coverage badge and removed dependencies
...

b7caf9fbdf67b41a467ddb786946efc4eb806a27 authored over 10 years ago by andrei <[email protected]>
Standardize return - important for callbacks.

979cf274e91fa5ec997cc04930a4601ddbff04e7 authored over 10 years ago by Chris Egner <[email protected]>
added coverage badge and removed dependencies

0f53904216258d26cd49d621416b03ca1aa60bd4 authored over 10 years ago by Andrei Rusu <[email protected]>
reverted the queueing change for #133

be104748938065a0517210caca39ccf2b1f1d9f2 authored over 10 years ago by andreiebuddy <[email protected]>
Fixed a reported queing issue #133 and added support for code coverage with coveralls and code instrumenting

4027570067226c694e9093f72c1c3b8e1a2edb03 authored over 10 years ago by andreiebuddy <[email protected]>
0.4.13

c21fc0a3d1e93534de6af7201c74a346a1279a96 authored over 10 years ago by andrei <[email protected]>
re-added sample nightwatch.json

ba978cd7e3848df2419b9a96c05353f0b5e6d5b9 authored over 10 years ago by andrei <[email protected]>
version bump to 0.4.12

fe9422ce1055d0988b8c4bc39515c5c7dc5f579f authored almost 11 years ago by andrei <[email protected]>
Merge branch 'features/send-keys'

* features/send-keys:
consolidating the setValue/sendKeys and keys commands
added proper sup...

dde72b102d442476ce8af52a0f57fe0b71597399 authored almost 11 years ago by andrei <[email protected]>
correctly setting the default value for output property

65f232e730a9747d683fecc94ae98c22f260c546 authored almost 11 years ago by beatfactor <[email protected]>
consolidating the setValue/sendKeys and keys commands

372af627e4c65cc0220e5e53b560bbea1f4c75c3 authored almost 11 years ago by beatfactor <[email protected]>
added proper support for send keys

2806b5812e2cbadb92a48457fcbc2184a8a69d15 authored almost 11 years ago by andrei <[email protected]>
Merge pull request #126 from olahol/master

Replace deprecated util.print and util.puts with process.stdout.write and console.log

4f786210ac141a38dd5453c1cc0089aa583095ea authored almost 11 years ago by Andrei Rusu <[email protected]>
replace deprecated util.print and util.puts

f36c82837eeb55e893534ae00926919feb616dac authored almost 11 years ago by Ola Holmström <[email protected]>
version bump to 0.4.11

06a67bc30f483f20e3f4f24e52c2760985cbbdc2 authored almost 11 years ago by andrei <[email protected]>
fixed a problem with showing the correct elapsed time per test

2e8cf3db85aba9774c9bd17625e59d0303e3c2de authored almost 11 years ago by andrei <[email protected]>
version bump to 0.4.10

0ad28962a8eb8ea799ae91b2beae1d209e53d49e authored almost 11 years ago by andrei <[email protected]>
Fixed #120 - the queuing for child commands issue and improved and added combined commands timers

c53d6e712a42c0d2833d4ad3f020c4eb2585f85d authored almost 11 years ago by andrei <[email protected]>
updated api docs for keys

234e0dd721a937e0905f29bf59c465e338b493f0 authored almost 11 years ago by andrei <[email protected]>
version bump to 0.4.9

bca575d57f0497e4a25ce1eda4f6ec29afae9635 authored almost 11 years ago by andrei <[email protected]>
rename external globals property into globals_path

50c4e994f5b692e0b7e974ee9adc919c0d9353be authored almost 11 years ago by andrei <[email protected]>
Merge branch 'master' of github.com:beatfactor/nightwatch

* 'master' of github.com:beatfactor/nightwatch:
added command timers to show how long it took ...

10039f23c664d90202f565ba4f0d19a61268680b authored almost 11 years ago by andrei <[email protected]>
added command timers to show how long it took a command to run in ms

467dd55fb1740831a004827b0574936ea4c33acb authored almost 11 years ago by beatfactor <[email protected]>
fixed a small issue with showing output when disabled

65b6f61696a860208f84fb2f571ebb979ba8db42 authored almost 11 years ago by beatfactor <[email protected]>
moved the test into protocol actions

47e233d6b7d05c2f8d4afde003f1a338e125752b authored almost 11 years ago by beatfactor <[email protected]>
Merge branch 'feature-sendkeys' of https://github.com/AlphaGit/nightwatch into AlphaGit-feature-sendkeys

4821037d3dcd0b3567db8fe62374360093610220 authored almost 11 years ago by beatfactor <[email protected]>
moved the path resolve into index and a few other small refactoring

a3c547a83f204d9afbd1c87e06e23d2aba7ff743 authored almost 11 years ago by beatfactor <[email protected]>
Merge branch 'patch-2' of https://github.com/candrews/nightwatch into candrews-patch-2

37fb8b51502eb721c1a895a7c3726a93d0273849 authored almost 11 years ago by beatfactor <[email protected]>
Merge branch 'features/exclude-tests'

2458d0ff7ea492a303fbb8bb5c5465bbe9d30ef0 authored almost 11 years ago by beatfactor <[email protected]>
Added exclude tests option based on #110

7a5b006949adfba958e9cd97a46bf63d119d2a56 authored almost 11 years ago by beatfactor <[email protected]>
added a basic test for waitForElementVisible

4a224f17b6c6c2decbb2ebc10b1e93ba3a6fc429 authored almost 11 years ago by andrei <[email protected]>
The screenshot path in junit must be absolute

The path to the screenshot must be absolute, or the Jenkin JUnit Attachments Plugin won't find it.

5aa750efc485949452f9c7fe0bb490e9d47e27e8 authored almost 11 years ago by Craig Andrews <[email protected]>
fixed typo in example

d3f96732dca0bb2a65c574b5d24c076f76df5e07 authored almost 11 years ago by Andrei Rusu <[email protected]>
Merge pull request #116 from davidlinse/satisfy-jshint-rules

Satisfy jshint rules

b620bef3dc4fee2dac7de934b57d3a7360ffeee2 authored almost 11 years ago by Andrei Rusu <[email protected]>
style(jshint): satisfy "W004: 'prop' is already defined."

3398392998d53556fbcaff3d1736544b7811b513 authored almost 11 years ago by David Linse <[email protected]>
style(jshint): satisfy "W033: Missing semicolon"

44f549c12b879d8d86ba13cef615da8b77e08a83 authored almost 11 years ago by David Linse <[email protected]>
style(jshint): satisfy "W109: Strings must use singlequote."

03bc2cf824701f0ebdddbc224f6efd057ceba81f authored almost 11 years ago by David Linse <[email protected]>
style(white): fix trailing whitespaces

6baee9688e708753736e48b86dbcee9c2e31497e authored almost 11 years ago by David Linse <[email protected]>
Allowing client API to use the keys command from the Selenium protocol.

b272f411ba3f47ec6c42fb8692ec3d7472d4b667 authored almost 11 years ago by Alpha <[email protected]>
updated api docs

7407e063ae14f9282a8210b80d7b34973a2ea4f0 authored almost 11 years ago by andrei <[email protected]>
version bump to 0.4.8

5b86950f4f69c57cbc4392754a019c90f5d25e2e authored almost 11 years ago by andrei <[email protected]>
Merge branch 'features/v0.4'

* features/v0.4:
updated tests
properly handling session create redirect status
refactored...

7fcd2d6162618721835552cf62e4f19038ad9d70 authored almost 11 years ago by andrei <[email protected]>
updated tests

c737b6a0adf097409d811ca21af3d529dcd6965e authored almost 11 years ago by andrei <[email protected]>
properly handling session create redirect status

6a36a1ea73283de3f9adb0f6188995e0bf885dae authored almost 11 years ago by andrei <[email protected]>
Merge branch 'candrews-patch-1' into features/v0.4

* candrews-patch-1:
refactored the attachment screenshots a bit
Include screenshots as attac...

ccbd679e38ddf8894a4c7daffd552c3388aa6b35 authored almost 11 years ago by andrei <[email protected]>
refactored the attachment screenshots a bit

7d1818bd61808143d2d6f2fd3d272481a48a4a29 authored almost 11 years ago by andrei <[email protected]>
fixed a problem with generating the test report

796beb1389f4714156ba1315b7bd492d36f9056f authored almost 11 years ago by andrei <[email protected]>
updated execute so it makes the args paramter optional and added follow redirects in an attempt to fix #106

1b559a682678453cb9cec8aa4522e9ab16597132 authored almost 11 years ago by beatfactor <[email protected]>
added support for async setUp/tearDown, fixed the timeouts protocol actions and added new frameParent action

2652448031a029f551bf3b11dfcf31c159a18d9d authored almost 11 years ago by beatfactor <[email protected]>
Include screenshots as attachments in junit

Write the screenshot file name in the system-out element of the junit reports

b85351f18a701d12e7c2e60f52b55411c35fd059 authored almost 11 years ago by Craig Andrews <[email protected]>
Save screenshot as part of the test result

If a screenshot is taken, save the file name of the screenshot as part of test so reporters can ...

b18aa1e8501cd94e4f51dcb3257e25db93b675c7 authored almost 11 years ago by Craig Andrews <[email protected]>
Version number bump to 0.4.7

1a5b4d75a5b23c6454b8e2fc67c595bece03402f authored almost 11 years ago by andrei <[email protected]>
fixed a few jshint issues

19c651318bdce0e6a6f42b9fcaa62b4e0065cece authored almost 11 years ago by beatfactor <[email protected]>
added non-zero exit code when tests failed / there were errors

da4628454e4efeaf3ef55c9fb1a8622be69471ac authored almost 11 years ago by beatfactor <[email protected]>
added a second argument to finishCallback in runner to hold the global success/failure status

e4fb7e3634806ee0097100bfe19f6f8ddd45d9a9 authored almost 11 years ago by beatfactor <[email protected]>
added non-zero exit code on tests failed

74902dfd26abbb7fbf0f6070785a5b6443c42b0a authored almost 11 years ago by beatfactor <[email protected]>
Merge branch 'master' of https://github.com/beatfactor/nightwatch

974abb5b958ec182d4118519b65e56ea163fde2c authored almost 11 years ago by beatfactor <[email protected]>
attempting to fix #69

165da899481034e774619ecc35c52e8e0028ca7c authored almost 11 years ago by beatfactor <[email protected]>
Fixed #97 - instantiating the command at the moment when they are called to have one fresh instance per command call

a9ffff44eb8447109a63791a8e6f49eaf8faee34 authored almost 11 years ago by andrei <[email protected]>
version number bump

892a92cf2c2eb95f3120ce4594c340d1d2663ca6 authored almost 11 years ago by andrei <[email protected]>
Merge changes from v0.3-refactoring

48ff1f63a17ec155ffe190a9d0e89d002e852dda authored almost 11 years ago by beatfactor <[email protected]>
Fixed custom assertions loading for the assertions written in the constructor declaration style prior to v0.4

599794156831cc433cd92de4d713a0170ff2def2 authored almost 11 years ago by beatfactor <[email protected]>
Added stack traces for test error messages

2f3f26d8d737f4f74534fe8570ee6757accb43cc authored almost 11 years ago by beatfactor <[email protected]>
version number bump

71d4a91d151d953faef996b47ebfe948aa077066 authored almost 11 years ago by andrei <[email protected]>
refactored the content-length header logic in request lib

5d1f8c97699c8db304243c72e1cc047f4c7d0925 authored almost 11 years ago by andrei <[email protected]>
Merge branch 'master' of https://github.com/haggyj/nightwatch into haggyj-master

* 'master' of https://github.com/haggyj/nightwatch:
extract uppercase method into a variable
...

43871b3c2bac8cf4edec6b38b1b6418088ea1d71 authored almost 11 years ago by andrei <[email protected]>
Fixed #93 - status command is broken

8a15ee33dc05e9fec1e7613620befc04cc3ab80b authored almost 11 years ago by andrei <[email protected]>
extract uppercase method into a variable

8f79abe6caeab82cc0ba3b39c0e15d3ec053478d authored almost 11 years ago by Jonathan Haggarty <[email protected]>
add content length header for deletes, nginx requires this

6df7a203fa0459beb24955f2eb879ffa92196858 authored almost 11 years ago by Jonathan Haggarty <[email protected]>
version number bump

f48cb7635d99a854ccfb0fdb1bbb5233601fe9cc authored almost 11 years ago by andrei <[email protected]>
fixed a jshint error

2f4617e44374ff99bb7b8458406ad44b4b66ce3b authored almost 11 years ago by andrei <[email protected]>
0.4.3

5948b7d01d6a93c9ea33f3bb7166c795a66c28aa authored almost 11 years ago by andrei <[email protected]>