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

Added supressNotFoundErrors option for element commands to be able to supress errors thrown when the element cannot be located in the page

2ab1249636bc30fe0fd80ede41c256017e693f47 authored over 5 years ago
updated ignore file

07686bbd36a9cf46a9fb8d37ed80384e86c0ec82 authored over 5 years ago
updated the check for possible element selector arguments for page object commands

bcdf0d16d0c807c9eabb79ce4e6791fb79ac1fb3 authored over 5 years ago
Fixed #1301 - emit error if perform command times out (#2133)

1e162212a00e5c88f90e33527ba6d9c43971f7da authored over 5 years ago
updated the check for possible element selector arguments for page object commands

b3e2fa618f31f45f3a654b51b481a7a87182581f authored over 5 years ago
updated ignore file

50409e3e78d1d55a7584868be99f3f2bb3e334c3 authored over 5 years ago
Fix #2159 - Upgrade to non vulnerable lodash merge and defaults deep

8a47aeabd860a1f568ae62252ad442767b0fb70c authored over 5 years ago
Fixed #2165 - detect non-http absolute url in Util.relativeUrl (#2166)

fae93887b1555979a22dd8a96c55cd271addcb5f authored over 5 years ago
Added supressNotFoundErrors option for element commands to be able to supress errors thrown when the element cannot be located in the page

a1fce3619599eb105ab9771821b6045a75b9c53b authored over 5 years ago
Fix #2159 - Upgrade to non vulnerable lodash merge and defaults deep

dc15ccfa0004c5d441d51d8b0c1e770a8f182b96 authored over 5 years ago
Fixed #2165 - detect non-http absolute url in Util.relativeUrl (#2166)

5b618c5471163793617e784cfd2940c83de9ec5e authored over 5 years ago
fixed 2155 bug

85df149959161d39e907fd1fb03903aa453ef5fe authored over 5 years ago
1.1.13

47b97851f78a6917e16a0f636b7d48987090c567 authored over 5 years ago
Fixed #2141 - .verify assertions not working correctly

a6581403a64c9e524b5c51ae1b74ba87e4abaa58 authored over 5 years ago
Update README.md

d448b7a95225933ad10eb9e35d790d49b0a3890b authored over 5 years ago
Update README.md

f8f8368fd3c58cf8d6a33911e2b5b49428de8e4f authored over 5 years ago
test error messages in JUnit xml reporter

6fb587c5d52a44a65e2a892c5f6fc834e522474f authored over 5 years ago
add error message and stack trace in JUnit report

34d5bf52001cfd9a8cf89ec45f947560ebf80770 authored over 5 years ago
Update README.md

f15e976f13c0e28b01457cab5a00ffc468207683 authored over 5 years ago
1.1.12

f1c337b31c373ea6987d7cb3bb6cba936cdfe09b authored over 5 years ago
reverted refactoring

4ed1fdaecd67a0a954f00e28e718e6df489e2f33 authored over 5 years ago
some refactoring of session and webdriver transport

4f34b818221c580b60c0e80b96bc19da83b80113 authored over 5 years ago
Fixed #2123 - .init() command

e7814cb197dfa823265e83707de0cc9d2a40e1c2 authored over 5 years ago
Fix #2118 - Set default POST body to be empty JSON

b0de252cd48e70d652ac8fcdde047dd94bcc419a authored over 5 years ago
Add funding

6082bac233787060b4fc353d0f96e6057e04c933 authored over 5 years ago
fixed linter

6c72af6848132c16fb6cbdb80f0cd338e20c11d6 authored over 5 years ago
1.1.11

6564776ece81a88a5089f23910764e461cb71719 authored over 5 years ago
Added support for element commands (e.g. getText) to be used with ES6 await

0f0168309c929bb1053572fc6f7d7d2cb8019e63 authored over 5 years ago
Fixed an issue with using assert.elementPresent/elementNotPresent in geckodriver

18c3e049d0f4833d3fb71becfe7c01ba2af4e0cf authored over 5 years ago
Fixed #2104 - an issue with waitForElement commands being called with a custom message

3d384fdae8a4bb4dd783358dd808d25a2aae4640 authored over 5 years ago
improved error handling for when the file cannot be loaded

52d1d0f623523054b643226fe3506da2dcb8b139 authored over 5 years ago
Fixed #2101 - a problem with loading custom commands located in sub-folders of the initial source folder(s).

ae5130fe4d9093be39b5d6aeb0d5d3465dca8fcd authored over 5 years ago
- Fixed an issue resulting from calling waitForElement commands when a page object element with a custom output message;

- Fixed #2099 - an issue with creating custom commands by extending built-in waitForElement commands

770c1a0ff4e559aa0677ae4bf7b990cf1fa64a88 authored over 5 years ago
1.1.10

f0211f07a985702baf0e415ff2b12be168ab41cc authored over 5 years ago
Fixed #2087 - an exception occured when creating screenshots in some cases

cd6b638f3913783c4bbc81aa9bf3b7ea8b8beef7 authored over 5 years ago
Added support for Firefox to be used in parallel environment runs

5fad7778248fcedeefe7f6ee50021959e39a7f67 authored over 5 years ago
1.1.9

40f4ddc4c6e066cda431b0f348bc39682c377829 authored over 5 years ago
Update README.md

1b8545affd3437a58d5007b82d8a4991e0be3ff8 authored over 5 years ago
Update README.md

b909dce994e2841cf72b814ca4f4800ba5458f7a authored over 5 years ago
updated dependencies

b12b216fc7eb0bba6493792d2ed5d9b94456304e authored over 5 years ago
fixed eslint

e4bcb6454ed89e5b85556206b73b9848d6675e17 authored over 5 years ago
updated safari driver to use w3c webdriver by default

d2ce88b7efbc110f239d30c2e1ee6831bec2a83a authored over 5 years ago
#1996 - Fixed issues with elementIdElements; Added support for using elementIdElements directly on page object elements/sections

33e9ca539c92c4b8e432534aad12a25e7a1555aa authored over 5 years ago
Fixed #2092 - correctly wait in waitForElementNotPresent for element not present

* correctly wait for element not present
* add tests for waitForElementNotPresent

1e0ab4b83367206b6d6ee0580c8b820de414f161 authored over 5 years ago
Update README.md

d0e215b53cd339dda2169863368155f4654cef2e authored over 5 years ago
added engines

26b6910c8150240c39d59946537bb329e2c5068c authored over 5 years ago
updated http urls to https

d3fe25f32e0c27609e72337f46bd6e8b52510f6b authored over 5 years ago
Update LICENSE.md

96b9e3748d7b57fd695aa1f80094e3ba9b0bfe3a authored over 5 years ago
Update LICENSE.md

bdb871845799cce3cddbada868cba73ddade5253 authored over 5 years ago
updated api docs

a1788908c15ac5be7f7bdd87c8af562500a4c0fa authored over 5 years ago
1.1.8

1e50c8d9aab2aea48fd0301d2f65367adbe7e0ad authored over 5 years ago
Fixed #2018 - calling custom commands on page objects with fail if the first argument is an array

a17ff29488a154b3d77b80ac79c3252b6da2ecaa authored over 5 years ago
Fixed #2079 - waitForElementNotPresent doesn't fail the test if element is present

2c05fc1bfaaf176cdc03af421a84b75ca0986857 authored over 5 years ago
Fixed error handling for Chrome session not created errors

0d9775796bedfdb1d9ebe6ae80a81992fd2ecba9 authored over 5 years ago
Added support for ES6 async/await custom commands

a0e9569dccc1daf0b8f74ae8cf65a19f258b1deb authored over 5 years ago
1.1.7

5960d4ec8bdda086980c7e5473dcd35fdf281f14 authored almost 6 years ago
Merge pull request #2078 from lloiser/ll-nested-page-objects

fix nested page objects #2077

f1ff06e599208ef3d564aa052ad58bb238e8f6c9 authored almost 6 years ago
fix nested page objects #2077

42d8f6113601ca2ed6ad9bab6be612b7a9bec676 authored almost 6 years ago
fixed linter

c7338f9d2af8c4b34279812ada4efa377e07e943 authored almost 6 years ago
1.1.6

5f3c68fa570306f7cbd41505ac5745eb8b1f79e7 authored almost 6 years ago
Added mocha as optional dependency

26a0c400be7ad41decca2220de8fd0f72489ec2f authored almost 6 years ago
1.1.5

123182cb94b624680815663d5f4341eee0c379aa authored almost 6 years ago
Added support for relative urls in page objects

6d8655dda8e84161055ab6124ecdcd1bc081dbd1 authored almost 6 years ago
1.1.4

5e36a7bccb87cdd3f22fb87f855e5a11c376bc60 authored almost 6 years ago
Fixed #1990 - loading of page objects from nested folders

1be7fe3735ab77dc98d440639e0c28be354f2674 authored almost 6 years ago
1.1.3

ac69db7cac0c90e410262d4d54d09114342d94e2 authored almost 6 years ago
fixed an issue which was preventing latest geckodriver to start in standalone mode

7b32b1c62760dbe4977ac027161a3fa4ac86a7b5 authored almost 6 years ago
fixed #2047 - .frame() or .frame(null) does not switch to top-level d… (#2048)

Fixed #2047 - .frame() or .frame(null) does not switch to top-level default context

b080dd526efb08a5a2512e6c5a95284be293f1ea authored almost 6 years ago
fixed linter

0f9ca807d023a8316e040651d93eff7cd7b7b9dd authored almost 6 years ago
1.1.2

cebfaec643d72b4e4d35a07cdf740914f31ae76b authored almost 6 years ago
Fixed #2066 - waitForElementNotPresent is waiting for godot

669bfb44f7f025810f23a82a8df29ea6d7f05c18 authored almost 6 years ago
Re-added accidentally deleted expect tests

26149cfd620e0b1c25d73e72a520db342a302984 authored almost 6 years ago
1.1.1

ba05ff092976cc89f5e917f254df05ec3438c52d authored almost 6 years ago
Fixed #2069 - waitForElementVisible issue when the element is not found

35c508488e405f6ffce3b63d636b448df51668d6 authored almost 6 years ago
Update README.md

dbc45e06a1e8f22feaad0f24f0d5e8d5121f0b73 authored almost 6 years ago
Update README.md

df85e07209f1b2dc96904aa965e60f361f86886d authored almost 6 years ago
fixed linter

365fd69638fa4bfc06bcf7dcf1e943b9532f1348 authored almost 6 years ago
1.1.0

5caa2ccf152a58c378a95afbb6a92387fcad0ecd authored almost 6 years ago
Merge branch 'master' of github.com:nightwatchjs/nightwatch

7b38c8ccba15dbb2acb4fa2a1e8fea7928cff1b9 authored almost 6 years ago
fixes switching to frame (#2040)

* fixes switching to frame

e4e8bc10cd68d3e7e835dd476001f5af4a767452 authored almost 6 years ago
syntax fixed (#2045)

d3a32dfc8f5b6b60108b427ee05da2bf07fb5473 authored almost 6 years ago
feature: Hide "waitForElement" warnings when "detailed_output:" is set to "false" (#2062)

* added condition to hide waitForElement warnings

c69eb61383fa2cdbc2947d7a04fbcc944686fd30 authored almost 6 years ago
removed incomplete expect apis and updated some api docs

1e045300de498d8836a98134fbb02769cb472af4 authored almost 6 years ago
some fixes for async/await

7b98f5cdbcafcae24ba73f2c865086ef0bad61d3 authored almost 6 years ago
Added support for async/await testcases and other fixes/improvements

fae561360aa50c0be2643a13e68cae22c19e6e1a authored almost 6 years ago
updated expect cookie and unit tests for expect elements

e1243ba6b2af24cec7d939a877f191c175504026 authored almost 6 years ago
Merge branch 'features/new-expect-apis' of github.com:nightwatchjs/nightwatch into features/new-expect-apis

67e069af85d96be8c3351c4b4fbfba12bfb2ac12 authored almost 6 years ago
updated some require paths

6523de7f9282b5115b955da7a1423f4ea128e8d1 authored almost 6 years ago
Merge branch 'master' into features/new-expect-apis

e1346dc73435c7ef1eacd977b75179b6ad3414f2 authored almost 6 years ago
added error handling for when locating elements and window is already closed

ec73322613290b43a93831d1a038195716b7ef52 authored almost 6 years ago
Finalized rewriting of element commands, assertions and locate implementation; updated unit tests.

433a25b0bc2c73c818bbaa621d36088d071b2ab0 authored almost 6 years ago
refactoring of waitFor commands and tests

6ab28e66b5faaee81b0152a75efe0b841606ee7d authored almost 6 years ago
refactored periodic promise util

5c2e48d3b7b124278da4c212e89228d660f741e3 authored almost 6 years ago
more refactoring of element commands and updated unit tests

4063ebe4cacdcf96a6d84b10e525b47c8729a919 authored almost 6 years ago
created generic element command

23dd886bd5d05b9c4162ac544ee9cee2415fec46 authored almost 6 years ago
rewrote the mockserver and added a new test for elements

d9190b5cc01b9cd2c5fcae7fe2cbfc335d4b19e4 authored almost 6 years ago
more refactoring of element

d03cd6ccffe5c9604326ec9a3a005945c3844388 authored almost 6 years ago
Merge branch 'issues/1990-page-objects-elements' of github.com:pineviewlabs/nightwatch into issues/1990-page-objects-elements

54754984f9d0a2205a9370995a9f537af99860d1 authored almost 6 years ago
more refactoring

5d6515231e27c3a57e0ad8b02cb244ad155b7bdf authored almost 6 years ago
more refactoring of element locate

aac95133c29bd8b5ec9446cd7d704481e803d4da authored almost 6 years ago