Ecosyste.ms: OpenCollective

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

CodeceptJS

Supercharged End 2 End testing for NodeJS
Collective - Host: opensource - https://opencollective.com/codeceptjs - Website: https://codecept.io - Code: https://github.com/codeceptjs

Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - aa147ee4fa5b992c02ba3418105c6bd4fc9ecd5a authored over 7 years ago by Davert <[email protected]>
updated changelog, updated readme

github.com/codeceptjs/CodeceptJS - 33f382179a605186452733d4c8afc6ae91cb3cbf authored over 7 years ago by Davert <[email protected]>
Fix misprint in smart wait log message (#626)

github.com/codeceptjs/CodeceptJS - fac79dc17c8e95171dbbe7e866f4f8bb0ea6f28f authored over 7 years ago by Boris Osipov <[email protected]>
fixed seeNumberOfVisibleElements (#624)

github.com/codeceptjs/CodeceptJS - f735e8bf9a31650b705441b093d5f9d1e5b6b861 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Fix to Nightmare._locate (#621)

* added smart_wait as default

* disabled smartWait by default

* removed co

* fixed test...

github.com/codeceptjs/CodeceptJS - 3e0fefeb6b3b264b8abf89464452ec5655c1346b authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Smart Waits (#612)

* added smart_wait as default

* disabled smartWait by default

* removed co

* fixed test...

github.com/codeceptjs/CodeceptJS - 5fbf29cbba27ef48cc7645e30a5ab04547f962b9 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
fixed Cannot read property 'inject' of undefined (#618)

github.com/codeceptjs/CodeceptJS - edb4fe07ebff36ccd03c431a0d24843ffb909ea4 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Create CODE_OF_CONDUCT.md (#619)

github.com/codeceptjs/CodeceptJS - 16254f1832483c2ef5f5bd75b8c95b46d2dcdcef authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Fix tabs close (#620)

* fix

* fix formatting

github.com/codeceptjs/CodeceptJS - 8be57ccd93ba827d4a43f0521cfc88e72bce88b1 authored over 7 years ago by Andrey <[email protected]>
fix throw errors in within (#616)

github.com/codeceptjs/CodeceptJS - a7ed36fe4c944250ad27372d2acd1f191cf8c8f3 authored over 7 years ago by Andrey <[email protected]>
Create CONTRIBUTING.md

github.com/codeceptjs/CodeceptJS - 55dfa868cf858c85e589f3939bdd3126cd439659 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Web specific locators for Appium (#614)

* web specific locators for Appium

* added basic generator support for iOS, Android, web code...

github.com/codeceptjs/CodeceptJS - 277d3cabfcb35fa81ab85270a2cae692333815aa authored over 7 years ago by Michael Bodnarchuk <[email protected]>
New Webdriverio methods (#606)

* new methods

* fix formatting

* refactor. Add examples

* fix formatting

* refactori...

github.com/codeceptjs/CodeceptJS - 4257049e9c78443aac8d3f34aaeafc3bd37d1bde authored over 7 years ago by Andrey <[email protected]>
Refactored data driven tests (#600)

* refactored data driven tests, documentation updated

* minor doc updates

* added data-rel...

github.com/codeceptjs/CodeceptJS - 19aa58b1c445188fa63523730ffb6d366d580420 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Fix the "waitForTimeout" typo in configuration.md (#615)

It should be capital 'F' instead of 'f' since the PR#387

github.com/codeceptjs/CodeceptJS - 1651f8d2f7df7f55620a70349c55cfa6df12872b authored over 7 years ago by Nierrrrrrr <[email protected]>
Fix output when using mocha-multi (#609)

github.com/codeceptjs/CodeceptJS - e867651c596d0755d72f04fc59821adf11ab1df6 authored over 7 years ago by Andrey <[email protected]>
Modernize JS a bit (#608)

github.com/codeceptjs/CodeceptJS - 47ad0abfa601797bd3b2dfe51ff6cdb25e0f7783 authored over 7 years ago by Aleksey Shvayka <[email protected]>
Fix typo in README.md (#601)

github.com/codeceptjs/CodeceptJS - c6c878d3ee08d6bc24c6c98995219196c68a76dc authored over 7 years ago by molsson <[email protected]>
Add disable screenshot option. Add uniqueScreenshotNames option. (#578)

* Add disable screenshot option. Add uniqueScreenshotNames option for Protractor, Nightmare etc
...

github.com/codeceptjs/CodeceptJS - edbef6d04f3ab0b6851f43c1c982eb2a90f45781 authored over 7 years ago by Andrey <[email protected]>
Support Data Driven Testing (#598)

* fix tests

* fix retry count

* fix browser restart false for appium

* Add DDT suppport...

github.com/codeceptjs/CodeceptJS - 83bb375c93bf8d78117585f207341a902b5fe6b5 authored over 7 years ago by Andrey <[email protected]>
fix tests (#596)

* fix tests

* fix retry count

* fix browser restart false for appium

github.com/codeceptjs/CodeceptJS - 5ca6dea204f5620fb71a5ee8ff0cdc049debecc8 authored over 7 years ago by Andrey <[email protected]>
Added default params to all helpers (#599)

* added default params to all helpers, and list and def commands to print them

* changed pars...

github.com/codeceptjs/CodeceptJS - fd08162f7f9b14fb274400d6b55006aad7c1c251 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - 10e61b95e8db54f7037c5ef0049246f605056ae2 authored over 7 years ago by Davert <[email protected]>
updated minimal nodejs version

github.com/codeceptjs/CodeceptJS - 467a55d5f1fb96e21dc5088f811f7907d7e5878f authored over 7 years ago by Davert <[email protected]>
updated changelog, version bump

github.com/codeceptjs/CodeceptJS - c1d7db8085bfa8983bba06f515555d85a967a534 authored over 7 years ago by Davert <[email protected]>
[WIP] Within generators (#584)

* support generators in within block

* Add generators support to within

* refactor Webdriv...

github.com/codeceptjs/CodeceptJS - d0132e9f4fcf265d663e2b2b2b3784cd17f7c922 authored over 7 years ago by Andrey <[email protected]>
fixed setting platform in Appium

github.com/codeceptjs/CodeceptJS - 7e966d65e62148e6a7245cc6d8de3e48dd585ddc authored over 7 years ago by Davert <[email protected]>
Appium improvements (#572)

* updated docs for REST

* updated tests for Appium, updated docs

* added basic rest test
...

github.com/codeceptjs/CodeceptJS - c8e955473cf09afc528b541b5b4ab1ceed2a425f authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Refactored steps and hooks improvements (#591)

* refactored steps and hooks improvements

* requested changes

github.com/codeceptjs/CodeceptJS - 32e964ea0780d2800abd7e7435c6ba0fd55d5382 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Use mkdirp to create output directory (#592)

fs.mkdirSync fails if config.output has subdirectories

github.com/codeceptjs/CodeceptJS - 1ee38cb8b88b6a5197ad0bae038841c4f03520e5 authored over 7 years ago by Vitaly Kramskikh <[email protected]>
Fix maximize (#575)

* fix maximize

* fix formatting

github.com/codeceptjs/CodeceptJS - ce0d30eed41b2bcd8d1a8332018b18a143a8ddbc authored over 7 years ago by Andrey <[email protected]>
Nightmare restart fix (#581)

* add fix

* fix formatting

github.com/codeceptjs/CodeceptJS - dd93cef333c7ac0b52e43cd8a59cb3b2c4089232 authored over 7 years ago by Andrey <[email protected]>
Fix TypeError when using babel-node or ts-node on node.js 7+ (#586)

Error.captureStackTrace() call in Step consturctor causes
Step.prototype.toString() to be calle...

github.com/codeceptjs/CodeceptJS - 9e5675abca080b9757c40bdc1bf418a823a6691a authored over 7 years ago by Vitaly Kramskikh <[email protected]>
Fix broken links (#585)

github.com/codeceptjs/CodeceptJS - 39017d3be55211ac325aa652ac8e3bd963d483e8 authored over 7 years ago by Boris Osipov <[email protected]>
Fix work with promise chains (#568)

* Run after block after test fails

* fix interface test

* fix formatting

* refactor wor...

github.com/codeceptjs/CodeceptJS - a79a7252b50b445f64fa2fd419badfc3a1cb7888 authored over 7 years ago by Andrey <[email protected]>
Fix an error with wrong variable name in seeNumberOfVisibleElements(...) (#574)

github.com/codeceptjs/CodeceptJS - ba92e1bc72292391437f687385f631517a0475a6 authored over 7 years ago by Boris Osipov <[email protected]>
Data Management (#333)

* added ApiDataFactory helper. Initial

* updated docs for REST

* updated tests for Appium,...

github.com/codeceptjs/CodeceptJS - 8871765524ba678a619c4056cf9933abd950561b authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Update syntax highlighting in helper docs (#539)

github.com/codeceptjs/CodeceptJS - 5e8e56454e3d747f0d45ec566bd7a852e3a330e0 authored over 7 years ago by Nicholas Rebhun <[email protected]>
docs: tidy up the advanced usage (#547)

- make the config consistent
- reorder the options so that `--all` is top of the list. My assu...

github.com/codeceptjs/CodeceptJS - 98e62efabed7e76c1bfc048c2be4178689c4b1b5 authored over 7 years ago by Clarkie <[email protected]>
check if currentPath is directory int: lib/command/utils.js#getTestRoot (#546)

github.com/codeceptjs/CodeceptJS - 908443d334b2f629c8aa864e2f6856fdc0bd728a authored over 7 years ago by Oussama Elgoumri <[email protected]>
Fix typo in the docs for reporter (#554)

github.com/codeceptjs/CodeceptJS - 88bf94ed623a0aa7278b15e5697ebc5b6fd76d6f authored over 7 years ago by ekhomyakova <[email protected]>
REST helper update, fix asynchronicity to get response from APIs (#504)

* REST helper update, fix asynchronicity to get response from APIs

* merge updates and update...

github.com/codeceptjs/CodeceptJS - fb32e7012217429d57b698893b162ea1f7f3fbe7 authored over 7 years ago by Alan Trevino <[email protected]>
Added method to nightmare helper to trigger electron mouse events (#553)

github.com/codeceptjs/CodeceptJS - aa475ff03196fe3ee00d678d8a737ca72b70ff7c authored over 7 years ago by chrisbrainerd <[email protected]>
Appium Docs (#544)

* updated Appium documentation, removed Appium from travis.yml

* added inherited docs

github.com/codeceptjs/CodeceptJS - 4a6a72ae71ebda3a2d6f0ac1df7a0e3e8875b165 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Fix saveScreenshot() for PhantomJS (#549)

* Expanded saveScreenshot fucntion for nightmare and updated docs

* Webdriver and WDIO work t...

github.com/codeceptjs/CodeceptJS - c4ca3d19da326335a6d3eddaa126141f5f45eb8e authored over 7 years ago by Craig de Gouveia <[email protected]>
Add Appium and tests for it (#541)

* Add Appium and tests for it

* fix android version and secures

* More appium tests, remov...

github.com/codeceptjs/CodeceptJS - c46f7c402cd423699fa9df789c85cae48aaac89f authored over 7 years ago by Andrey <[email protected]>
fix webdriver helpers: return merged promise when clearing cookies (#527)

github.com/codeceptjs/CodeceptJS - 844f83602197f79d4a5788cd595d5fa27b476ce2 authored over 7 years ago by Implico <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - bedbe52779708914bfc77921c46436f8ba078cf1 authored over 7 years ago by Davert <[email protected]>
reformatted webdriverio

github.com/codeceptjs/CodeceptJS - a6269540bfb29dee0bc9bbcf485efde5659d12d4 authored over 7 years ago by Davert <[email protected]>
preparing 0.6.3 release

github.com/codeceptjs/CodeceptJS - 561291b952fe24211341cfcf541f09fc7f63f381 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - fbc01c53d769749502b5316d9a1e920ca25780ff authored over 7 years ago by Davert <[email protected]>
Bugfix/valid session on mutliple features with restart false (#519)

* Added flaky mode for Feature

* fixed merge conflict

* Bugfix running tests with restart:...

github.com/codeceptjs/CodeceptJS - 21d49965c94bb72f3197a4e4e4db20cc8ea819fa authored over 7 years ago by Mitko Tschimev <[email protected]>
Remove surplus closing bracket in docs (#526)

github.com/codeceptjs/CodeceptJS - a470e30c03e857934d822590c96253a1a7c8ee18 authored over 7 years ago by Aspectis <[email protected]>
Expand saveScreenshot() functionality (#523)

* Expanded saveScreenshot fucntion for nightmare and updated docs

* Webdriver and WDIO work t...

github.com/codeceptjs/CodeceptJS - b37bf09a17f2ca10c2ae342101b362360390a5ce authored over 7 years ago by Craig de Gouveia <[email protected]>
added test.opts parameter to tests

github.com/codeceptjs/CodeceptJS - 047e9fba5e157f42557588152c9d966ed9d0217b authored over 7 years ago by Davert <[email protected]>
Update to docker files (#510)

* Added chdir to run.sh

When run as a docker image, it fails saying it is unable to find conf...

github.com/codeceptjs/CodeceptJS - 115530b378a363a8b29f83048d67448c0b393016 authored over 7 years ago by Ian Finch <[email protected]>
Fixed small typo in example (#511)

github.com/codeceptjs/CodeceptJS - e0b39facfa98d20f2225721a3dcb87cf8a47cb65 authored over 7 years ago by Robin van der Vleuten <[email protected]>
Adding minimum node version note (#507)

Just a note on node.js minimum version, re #505 Minimum version of node required is not documented

github.com/codeceptjs/CodeceptJS - fc36afb2726f0544854d492fd0e1c1b62bff49af authored over 7 years ago by Andy Gaskell <[email protected]>
Fix xpath expression (#497)

The example contained a wrong xpath expression

github.com/codeceptjs/CodeceptJS - 8b43ca543cbc73a593387bebc21ccff470e7c4c0 authored over 7 years ago by Alexandre Gindre <[email protected]>
fix #495: passing suite object to event.suite.before/after handlers and helper's _beforeSuite/_afterSuite (#496)

github.com/codeceptjs/CodeceptJS - 99af510400775fc37519b6d1f4e36e12c1ebb208 authored over 7 years ago by Implico <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - 1acc9e277fac2056823a53239bed365781d44335 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - c33b6321147b775127fc28f8bf303f9656866b3e authored over 7 years ago by Davert <[email protected]>
Typo: codecept.js ➡ json (#488)

The configuration is in a json file not in a js file.

github.com/codeceptjs/CodeceptJS - 62c2e7a4e6a97cec6305bdc94d8c672d5a15e9c8 authored over 7 years ago by Ádám Liszkai <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - e3d06fb2cb858f1317185abbfe328f5d4d6cd642 authored over 7 years ago by Davert <[email protected]>
updated docs for custom runner

github.com/codeceptjs/CodeceptJS - c8d3bb7ec0a9a151927ff720639ec0d35690c7f5 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - 24171745da0e64598fd7280c3231aeabf6150699 authored over 7 years ago by Davert <[email protected]>
globally loading protractor

github.com/codeceptjs/CodeceptJS - b733a4e2dd012a64a2cfeb4c571a1ff472cd5c43 authored over 7 years ago by Davert <[email protected]>
added layout to site

github.com/codeceptjs/CodeceptJS - e340858aa902c3390bde243db932bb5a7c7b8e23 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - 91e1d88942b8aff947262f8549d71e1968a1bf1f authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - 639680944eb8e6bc01ca688c05f6b48ce2006573 authored over 7 years ago by Davert <[email protected]>
Fixed run-multiple (#482)

* updated docs

* updated docs

* updated changelog, minor version bump:

* fixed multiple...

github.com/codeceptjs/CodeceptJS - 97adfd574d165537d0abf825848d50b5ebacc8b7 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
removed layout from master

github.com/codeceptjs/CodeceptJS - d3012b4cb242610f9f4828675ec4d43b8c8596f7 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - 5f3ae28fec65c41459811a024356fbf7a29b0548 authored over 7 years ago by Davert <[email protected]>
Api refactoring (#479)

* updated docs

* updated docs

* updated changelog, minor version bump:

* public api ref...

github.com/codeceptjs/CodeceptJS - 09d23585941b03dd0305aad67ad66f4d5a0f741a authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - dc3f14d3334e5771912c891d08d6af6be3f64e53 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - d413a7dc7b4758006bedc5980befa78edf836d2a authored over 7 years ago by Davert <[email protected]>
finish the git merge (#470)

remove the the diff format from git merge

github.com/codeceptjs/CodeceptJS - 2841f421cf7703469399de0c3547f6d67aa73665 authored over 7 years ago by thibaut severac <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - c65a379419811175546cfe5d335ebde5cef2ba28 authored over 7 years ago by Davert <[email protected]>
merged with master

github.com/codeceptjs/CodeceptJS - a9c9879245186dd4bca3c8c01fc182f9b585a5a9 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - f5393ad46b09157815df2e7e61940e7dbec84056 authored over 7 years ago by Davert <[email protected]>
updated changelog, minor version bump:

github.com/codeceptjs/CodeceptJS - 93ce5c1ecb1230afeaa41b7be5e844fccb4d6a6d authored over 7 years ago by Davert <[email protected]>
Plugins fix (#473)

* updated docs

* updated docs

* fixed loading of plugins

github.com/codeceptjs/CodeceptJS - d12ef581fd45f94fd298b14631d900797259ad46 authored over 7 years ago by Michael Bodnarchuk <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - bb4095c24e7242de0a2ac75d2bcee7ba8fa3b5ad authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/CodeceptJS

github.com/codeceptjs/CodeceptJS - 398be39fc49fb9117d271c3d2d53cc9ce93eed15 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - 95ae0a92361960904cfdf08011c97ae5b3923202 authored over 7 years ago by Davert <[email protected]>
updated installation guide

github.com/codeceptjs/CodeceptJS - c082c034d51020446a12a6fd0c99eddf8903fef0 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - 61e7ac7f442598edae2f0c523664c868d3edddac authored over 7 years ago by Davert <[email protected]>
moved installation to reference

github.com/codeceptjs/CodeceptJS - b14e27a5f2c080a119a2eff981addb278ac49371 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - b0cdd5fae2ffb55d90638e8c78c32bd8d820e378 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - ec06422a6fa838af2e39d042bae864fb665effe5 authored over 7 years ago by Davert <[email protected]>
Merge branch 'master' into site

github.com/codeceptjs/CodeceptJS - cec9a96b27cbeba312d4359a42b827084ad37e06 authored over 7 years ago by Davert <[email protected]>