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

more refactoring of element locate

7298374d0c0e357910f1929ed7605304c6d89a61 authored almost 6 years ago
refactoring of locate element

31a4ec466a2599105203e5ef572e643a531296fc authored almost 6 years ago
more refactoring of element locate

32dab789dd5a5b8593de0e43115cb132cdb197a3 authored almost 6 years ago
1.0.19

848b1347ad7a84263d93c40223c9f7a40530a5ee authored almost 6 years ago
Update README.md

4c6ccb5900467598250e24ffe730ad1a8e233eea authored almost 6 years ago
Update README.md

741120298e686dab6fb438ce08dba4ebbc5a6e7b authored almost 6 years ago
Update README.md

1e48ea61c699c626f7c9402cfca4a52a4f2ae528 authored almost 6 years ago
stick to lodash.clone@3 for now

705e4a4acede8d69961f85d988536c7052d18d14 authored almost 6 years ago
update deps

47fff62225b7d2d949561c7da9140f6c0abfd30b authored almost 6 years ago
Update README.md

95f59e08d978e92d35aff8548fa8fffa74c9214a authored almost 6 years ago
Update dependencies to enable Greenkeeper 🌴 (#2020)

* chore(package): update dependencies
* docs(readme): add Greenkeeper badge
* chore(package): ...

b95675f4fac47912ba72b244ccc6818119eb5a47 authored almost 6 years ago
Fixed #2004: Strip out control characters from Junit XML report prior to writing file (#2013)

* Strip out control characters from Junit XML report prior to writing file
* Updated stripping ...

3648aba69815707fde8df90f368cbc4d0dea9a9d authored almost 6 years ago
more refactoring of element locate

5c02226a2da80264459c77626a1e86e7db8e7980 authored almost 6 years ago
Update README.md

1d5ce0d15d38c97151d89059a1738bb09a084615 authored almost 6 years ago
more refactoring of element locate

65a6feef0780929434e21b2434873fb7ee0d98e4 authored almost 6 years ago
Issue 955 treat multiple filter tags as AND selection (#2003)

* Add support for AND and OR filter tags

AND tags: --tag this,and,that
OR tags: --tag this -...

65c6ac7274b0eaa72bfb53fa56ffdaa7b8a0fcf6 authored almost 6 years ago
more refactoring of element locate

2d257a4d868e7d88903fe8333b01c6e22ca06177 authored almost 6 years ago
refactoring of locate element

f6b3204238e5b1406f7eaab2cc5e7ed7a5526908 authored almost 6 years ago
fixes a typo (getOriginalStrackTrace -> getOriginalStackTrace)

81575c2bb8871262b2a5a25a14c25052054a1986 authored about 6 years ago
Fixed #2007 - Exception when saving an error screenshot

Screenshot constructor takes one parameter, two where passed.

17aab2392e8830e06d02a0d1bd0513e47515136e authored about 6 years ago
Fixed #1993 - external globals are not merged with existing globals

f794cdf63a9cf23e0c0ab9a390d6f6de9cf71a9b authored about 6 years ago
Issue/1991 fix skiptags skipping tests without tags (#1998)

Fix #1991 - tests without tags being skipped when skiptags is defined.

79e67ab7c1a3e4c103b4b8a4b9c0cbc0a894d2ef authored about 6 years ago
Correct spelling from sreenshot -> screenshot (#1999)

Correct spelling from sreenshot -> screenshot

322caccd9ee55a0966bdd68e0765fe003f843d91 authored about 6 years ago
Fix for Issue #1987 (#1994)

Fix #1987 - an issue where test runner was throwing an error in case of an empty folder.

7ac9d3f20fbce6d74dfb599ea614b6f874d68da9 authored about 6 years ago
Fix global reporting in parallel mode (#1861)

342975e18a1730474f8eded79689e9e9bfa38353 authored about 6 years ago
Issue-1989 elementIdValue changes value instead of getting it (#1988)

fixed #1989 - an issue in `elementIdValue` protocol action causing the command to break when the...

d31103d6459ae7f39d1d40dc9aaa680d0e8d8473 authored about 6 years ago
Fixed #1976 - .frame(0) throwing an error (#1984)

Fixed #1976 - .frame(0) command throwing an error.

819d83cef3cf8b164b06ba6d27f6f8a402d0512f authored about 6 years ago
fixed #1955 - added screenshot paths to the junit XML; added a unittest; removed redundant console logging.

8baa09dee8a1ee3b6533cf088c8e59760fe87076 authored about 6 years ago
fixed linter

f1a01cabfa173d9d30d5ff4ff79fd9e7288f5146 authored about 6 years ago
1.0.18

fc7a8075884a34b2a761e8e93907e9193451a22b authored about 6 years ago
Fixed a problem with incorrectly reporting errors after a passed assertion

56dd99489041e26c18e9f41f490386e6a71d3b5c authored about 6 years ago
#1965 - fixed a problem with the test runner hanging when after a failure inside a custom command

66864862a81641ea5ba1919527ed55ab8d15b8f3 authored about 6 years ago
Merge branch 'phsultan-master'

1ee5c9c6e856476d5e5a27a262a1dc844f8df264 authored about 6 years ago
Fix #1962 - selenium_port setting being ignored, added unit test

567fa4e1766e81d5d381c9db9dc167b8222c7bdb authored about 6 years ago
Update PULL_REQUEST_TEMPLATE.md

c8ff9e39477c1af9cedd945e473c613433e4ec89 authored about 6 years ago
Update CONTRIBUTING.md

d869b4460ee7102f7fa7bd7c219147166539b4aa authored about 6 years ago
Update CONTRIBUTING.md

dc56143ce28091dfae5b8a9b1872afb47ef6cf19 authored about 6 years ago
Update ISSUE_TEMPLATE.md

f508a06595e53e87cef74af640f5fd46fed2d0b9 authored about 6 years ago
1.0.17

8f580923dda988be221d460c98e7d1ceed04e238 authored about 6 years ago
Fixed #1947 - a problem with testsuite before/after hooks when called without the callback

5ace7c60e7421cabb92ac828fc8aa35e90042702 authored about 6 years ago
Update PULL_REQUEST_TEMPLATE.md

8c13813cf73bc56c8fe369b0c3146ef98db74087 authored about 6 years ago
Update ISSUE_TEMPLATE.md

a8e14d41a0815679b8dbaf4259f084714ba97467 authored about 6 years ago
Update CONTRIBUTING.md

c4df2bb0549ab1516eceb4b3b792ce4722ba4e2e authored about 6 years ago
Update CONTRIBUTING.md

f4f1b1e35f43cefa05af6eb95910f7cb96f5c57a authored about 6 years ago
1.0.17

4017ea66b22fe980a312d0878155fc86356e454d authored about 6 years ago
Fixed #1947 - a problem with testsuite before/after hooks when called without the callback

75b9932fefbb96842f27120c79a1b81b1c6bebb0 authored about 6 years ago
Set selenium.port to undefined.

Default value stays in transport.defaultPort, and settings.setWebdriverSettings
would merge sele...

22329c7575bc26c76c6c88729ee8b69e7e9fbc47 authored about 6 years ago
fixed unit tests

79ea49ece09408fb21b1d91e349e6660faeb2fba authored about 6 years ago
#1948 - added support to disable test_workers mode when used together with multiple environments

be20c50ab359b206185c39b890c282b819efedb3 authored about 6 years ago
Update README.md

eef2c9ff39927126b6cb7e8ca2887244f91e45b2 authored about 6 years ago
Update README.md

00c6f2d88b8af82a971d88c1b4596d8e3edb39b9 authored about 6 years ago
1.0.16

48acdd991fe78622aff63e61bc417ccc21a01101 authored about 6 years ago
Update README.md

add506fe7eb7b823fc01e82e308c9a6f14778733 authored about 6 years ago
1.0.15

1021b8ae3d5ce846213515c0ea086411ae7992b5 authored about 6 years ago
Improved support for running tests using Safari driver

40e75b5e8b8e52b835156546da6460eeda73cf1d authored about 6 years ago
implemented expect/cookie.

ebe802f2087478e5bffd6ae73bf452bab1991417 authored about 6 years ago
Fixed #1938 - an issue with the queue causing an uncaught exception.

38136cb24626ef3427d77afcfa300681c17129d6 authored about 6 years ago
fixed retry issue with expext/elements/count; added unit tests.

a6c363d16c88ce3bd4b0d958b7427767159dad8c authored about 6 years ago
fixed an api-loader issue.

76985385499e5058fe9d0a0b8d76b78d25a0c277 authored about 6 years ago
added unit-tests to expect/url.

76e5b73564460c564872466c0bc2133f90c038ff authored about 6 years ago
implemented expect/element/xPosition and expect/element/yPosition.

98e9669e01e42f218a557ec53e0c10336fce7755 authored about 6 years ago
implemented element/expect/width.

5a8cf91926e357c14cdb7aacf48fcdf14af695df authored about 6 years ago
implemented element/expect/height.

a34fc2d8874fea629d06129a86d7fa770c7fa849 authored about 6 years ago
fixed expect/element/active.

692193157f6157169823a6db326e178ed1de3aef authored about 6 years ago
test example expect/element/active.

99c09bd8ed37a593ee93d4d2001abb49dfd98e52 authored about 6 years ago
fixed an issue with the queue when using custom commands

08cc186a27e52c34f6f4c29f680a46ff92bb45b8 authored about 6 years ago
Improved error handling when starting webdriver fails

c3dfb16388a82634a4d85dfd96529a4f05dec6f2 authored about 6 years ago
Updated API docs

efc5630b412beb89d5f869365f2907fdbe2e7b40 authored about 6 years ago
Merge branch 'master' of github.com:nightwatchjs/nightwatch

1be5325ec514d542e9fb855af684472cb2ece821 authored about 6 years ago
Update PULL_REQUEST_TEMPLATE.md

13238cc3c2e3f9a485833b045d948de6a61e2d82 authored about 6 years ago
Update ISSUE_TEMPLATE.md

2f62b1cb0acdbfb39c8543a613d7f6324c5cbafa authored about 6 years ago
implemented expect/element/active.

558fa5bef718817a32709b4e479859e6c8961de3 authored about 6 years ago
fixed promise issue on expect/title.

9047404d30304c2e1ebee5cfcf0a8ea69022f205 authored about 6 years ago
promise issue on expect/title.

953b7a094d5b77370d589a951e1112c3079ca0bf authored about 6 years ago
Update README.md

ceaa43ac7b093fe9840325456c9072aa35d13a0f authored about 6 years ago
Merge branch 'issue/1891-doc-waitfor' of https://github.com/barelyfitz/nightwatch

0c6a2dc46139c595f72ceefdd6b2ee3b66d169a3 authored about 6 years ago
Merge branch 'docs/clarify-execute-async' of https://github.com/chriscasola/nightwatch

21c25ba7235c13286b99040a41a48e66508ed3cd authored about 6 years ago
added new expect apis - title.

6522c23f5e13b7237124a69ad173b26d20bbaeb6 authored about 6 years ago
added new expect apis - elements and url

80e29a5251538a8914a9887a8ff4d8d0fd54755b authored about 6 years ago
refactored the expect api and added support for startWith and endWith matchers

fc574da7f2b37e591e9116e33411efada1764b7d authored about 6 years ago
Update README.md

d1c0720e472a56b5f2007d7bf749bf065e829d88 authored about 6 years ago
fixed #1874 - failing to create a new session on selenium grid with firefox

888ac298f670d2621151ef1f77ecfcec3afacee3 authored about 6 years ago
added error handling in case page object commands object is containing reserved method names

10ed9d593626c7e26f56e0a426216e58b37b1827 authored about 6 years ago
fixed a queing issue when running a command inside another page object command

86916592058029b63c0c2f3434472de95ab1d541 authored about 6 years ago
1.0.14

eb4d5fa09be816839b8dd208ebab1da4d31ee3d2 authored about 6 years ago
added support for defining page object commands as an object definition

d8366e211fed9b3da506ae3918d216b127bac767 authored about 6 years ago
Update README.md

ffac86570c5c0dcf223a14406acee95994b95aa0 authored about 6 years ago
added some error handling for element commands when the callback is improperly set

15b5340f9b653272b9b3ce4f92e724c591d43d39 authored about 6 years ago
1.0.13

533616b50ec2d46552fe0ef4093efe1e9809d9bc authored about 6 years ago
Update stale.yml

85d5c35b2961970c74152d30fe498b79cf34d665 authored about 6 years ago
Merge pull request #1843 from aberonni/features/stale-bot

Add stale bot to automatically deal with old issues.

dd8c058e5b9c0fcb8b60f8082e1cf761c65ad096 authored about 6 years ago
Update stale.yml

53b8540bfe6216e87bd22c86819b208209a37276 authored about 6 years ago
fixed #1919 - a problem with using the test runner programatically

55abb6226aa875c1def18d4ea4dae40ccfc0735a authored about 6 years ago
Update README.md

91a9de8ab36029f8efbae6c20cbc5a1aa3713aa7 authored about 6 years ago
Update README.md

6984f2227179dadec93c5db7319b0741ea225dad authored about 6 years ago
1.0.12

eae5479aefce59b164145bff411f6a4cfa2979f0 authored about 6 years ago
refactored the queue-ing mechanism implementation and rewrote the assertion/command loaders

faf161f7523a401968f00b9d57576c776a24b328 authored about 6 years ago
fixed #1906 - a problem with setting abortOnFailure

e41c231343bfda8b0ac510268ef38b92f6318586 authored about 6 years ago
Fixed a ECONNREFUSED error when using geckodriver

620185d472caa818014af8d859a9d5c6a5e95640 authored about 6 years ago
Enhance page objects to include all commands

Chaining can sometimes be frustrating due to limitations on the page
object. This attemps to sol...

03657200769970bb26a46e9dfb9fbf67c90f1763 authored about 6 years ago