Ecosyste.ms: OpenCollective

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

github.com/webdriverio/cucumber-boilerplate

Boilerplate project to run WebdriverIO tests with Cucumber
https://github.com/webdriverio/cucumber-boilerplate

Updated dependencies

e438397db4d6ae31236f9a92e231f366f94d4c28 authored over 8 years ago by W.van Kuipers <[email protected]>
Added tagprocessor with flag option (--tags=) to enable the parsing of cucumber tags (and making sure @Pending tags are always respected)

7198ff03d005cf5212781f0056bf77862fd7a661 authored over 8 years ago by W.van Kuipers <[email protected]>
Removed unused arguments from before handle

c020b4030dab44349cbbc326b5d191584552c33c authored over 8 years ago by W.van Kuipers <[email protected]>
Changed location of local server to localhost

b3c8d7876f0d54622808b093f009e982cdfbfbfb authored over 8 years ago by W.van Kuipers <[email protected]>
Corrected the run script in the travis set-up

9cb04207431787b038f0646986472f382b47cb45 authored over 8 years ago by W.van Kuipers <[email protected]>
Removed selenium-server from Travis set-up

b4cd930f18d039febb0b03fc9417c58c22615d9c authored over 8 years ago by W.van Kuipers <[email protected]>
Implemented WDIO test runner

1647ace2625c0f81ea1d64071a07f42738617ed6 authored over 8 years ago by W.van Kuipers <[email protected]>
Updated node version for Travis automated build

15612494d2736ca3eb670762d90c202abb1377d3 authored over 8 years ago by W.van Kuipers <[email protected]>
Updated node version & dependencies, corrected all failing tests afterwards

ed297dd0104406fc74073bbf536b9ad472ef4434 authored over 8 years ago by W.van Kuipers <[email protected]>
Merge pull request #55 from simonbcky/master

actualized

459b9ad9edf9afc36c5d491c096f908cb7a2e849 authored over 8 years ago by Christian Bromann <[email protected]>
revert to 'expect that element #square100x100 is positioned at 40px' to make server side travis ci pass... need to see why on windows 22px is right ..

0db560131208a441a45f5ea85f31156a6d5d226c authored over 8 years ago by Simon Bicskey <[email protected]>
fixed github feature files for actual github.com so they pass; resized window for login.js when logging in to github;

32b7509e854c559ef039092a1240021d320ce55d authored over 8 years ago by Simon Bicskey <[email protected]>
Merge pull request #50 from rvdbogerd/master

#49: Fix unclosed session problem in after hook

73a0493881e888ddce4133613c388797dc897013 authored over 8 years ago by Christian Bromann <[email protected]>
#49: Fix unclosed session problem in after hook

426a80546367c4a7dc13b04648543a2aca13a23f authored over 8 years ago by Robbert van den Bogerd <[email protected]>
Merge pull request #40 from rorymckinley/allow_step_subdirectories

Allow step subdirectories

4ea3111beb70b50222a885b03c03dd6104de3d72 authored over 8 years ago by Christian Bromann <[email protected]>
Add a constant to allow absolute paths

Makes paths easier to deal with in step definitions

9e9f69fff5e2989a60cc3a9a42d5aadc5c22ac33 authored almost 9 years ago by Rory McKinley <[email protected]>
Allow steps to be placed in subdirectories

2b990a04566463c8c12a06fa3585440890b354ca authored almost 9 years ago by Rory McKinley <[email protected]>
Merge pull request #38 from matthewb531/documentation_changes

Documentation changes

f86b5c7f8d53ba9590f3328ecddbc53ac93b91ac authored almost 9 years ago by Christian Bromann <[email protected]>
Update README.md

Cleaned up relative branch link.

50e6231fd6c058538b21bd04077b8f9cab755dc0 authored almost 9 years ago by matthewb531 <[email protected]>
Update README.md

Extended documentation to include local of dependencies.

52dfc6c648cafba38ad3b443375a3d94bca557bb authored almost 9 years ago by matthewb531 <[email protected]>
Merge pull request #37 from jjanssen/master

Feature/moveToElement rule

48a65d418ebc756de9a80d416f2562b58f6eb1ea authored almost 9 years ago by Christian Bromann <[email protected]>
Merge remote-tracking branch 'upstream/master'

8839e08d783f4a688a4adc9cc175f31070f63130 authored almost 9 years ago by Janneke Janssen <[email protected]>
Default value of the X and Y offset is undefined since webdriver does a check on number

30e907d29a5970e39cd1c555e13c0d25bad4d508 authored almost 9 years ago by Janneke Janssen <[email protected]>
Added when I move to element rule

d03863b0afcb939efd8be098e36661f3635e632a authored almost 9 years ago by Janneke Janssen <[email protected]>
Merge pull request #36 from jjanssen/master

Replace deprecated customFds option with stdio

d873083d95dd06ef27c507ccc58a31b10b8d27ec authored almost 9 years ago by Christian Bromann <[email protected]>
Replace deprecated customFds option with stdio

b7cb0aa8df4f1e34eb43aa5aee05c0880366b304 authored almost 9 years ago by Janneke Janssen <[email protected]>
Merge pull request #35 from alexcason/master

Separate commands to improve Windows compatibility

95bfd6fd7a2c70c3d725a78d7f09ebccfe84188b authored almost 9 years ago by Christian Bromann <[email protected]>
Resolve issue with build script changes. #31

e55869367e52b937d8a075c3bd4cc63b44e66735 authored almost 9 years ago by Alex Cason <[email protected]>
Change build script to use separated server commands. #31

b296f7288c41e065c59b84b959ba324885cad612 authored almost 9 years ago by Alex Cason <[email protected]>
Seperate commands to improve Windows compatibility. #31

513c4c92e30e8bc5936331f005f9915ae706735d authored almost 9 years ago by Alex Cason <[email protected]>
Merge pull request #33 from alexcason/master

Resolve issue where checkClass does not check the presence of a class on an element correctly

92dfb59e28ec97accb4bb94dc966170fbde185a3 authored almost 9 years ago by Christian Bromann <[email protected]>
Merge pull request #34 from alexcason/master

Resolve issue preventing tests from running on Windows

3e71fdc8a552df622a21cf7749a6fb5e18137863 authored almost 9 years ago by Christian Bromann <[email protected]>
Resolve issue preventing tests from running on Windows. Fixes #31

b0b70b8dfc44f1e5e4fd72297f21c947a3ebf293 authored almost 9 years ago by Alex Cason <[email protected]>
Resolve issue preventing tests running on Windows. Fixes #31

50cec8324cceb6c7e2b730b4e1baa078f5b70391 authored almost 9 years ago by Alex Cason <[email protected]>
Restore error messages to checkClass

14115e743ae94ea61adb5281a3b7fb3995c92b12 authored almost 9 years ago by Alex Cason <[email protected]>
Resolve issue where checkClass does not check the presence of a class on an element correctly. Fixes #32

5541026167375e7060860f049c4fdb8188844e20 authored almost 9 years ago by Alex Cason <[email protected]>
Merge pull request #30 from wvankuipers/feature/selectelement-rules

Feature/selectelement rules

489ccb5202dd46855aa1d7c26d4a66e97599debd authored almost 9 years ago by Christian Bromann <[email protected]>
Remved no longer needed @Only flag since the build passed with the new tests

d1d4c69c2c1874cb7c6fb5094bbe0b6b0fd28135 authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed feature rule typo's

69e2f0c9dfe18b6c8811465b7f894274af24c284 authored about 9 years ago by W.van Kuipers <[email protected]>
Added new when rules to readme

114bdff3a056b9253d0de9edf82837682fba5711 authored about 9 years ago by W.van Kuipers <[email protected]>
Then !== When (my mistake)

9ad02d8f2a1a25df61d2baf5c1e17a17601d9e54 authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed `nmp run server` command not working as stated in the readme

2cf9d3c7afb64b71feb634277ca9fbab79c18998 authored about 9 years ago by W.van Kuipers <[email protected]>
Added tests and updated app to match the tests

75a49531146ac660323cd3c3e32974c0aafac7e7 authored about 9 years ago by W.van Kuipers <[email protected]>
Added /^I select the (\d+)(st|nd|rd|th) option for element "$string"$/ when rule

dca0d991df208485cd3090dc99bd434c8cf82799 authored about 9 years ago by W.van Kuipers <[email protected]>
Added /^I select the option with the (name|value|text) "$string" for element "$string"$/ when rule

b0a658a58221be8f1ce262d82ce68fff7c1f71f1 authored about 9 years ago by W.van Kuipers <[email protected]>
Updated webdriverio dependency to 3.4.0

e85ee4d475cf5951830666c9aa0b64b5163c1998 authored about 9 years ago by W.van Kuipers <[email protected]>
Merge pull request #29 from wvankuipers/feature/new-rules

Feature/new rules

f04ef77aa15b66373b4a00630d5fa183138f0b39 authored about 9 years ago by Christian Bromann <[email protected]>
Disabled some test because they fail during PhantomJS testing (need to look into this!)

7092bd27a38c882b8a12c910aa9ec137ef0d2b9d authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented PhantomJS to be used as a browser for tests during the build process

0dd828e3ffe76d85e91472853a9380fb97691fc1 authored about 9 years ago by W.van Kuipers <[email protected]>
Added missing dependency 'Q'

acb21fb9e8ddf2072a8e5b262957e4d390334702 authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed Travis hanging on local test server

85017bea22a57e30255cf9d162e26ab8741877f6 authored about 9 years ago by W.van Kuipers <[email protected]>
npm script !== npm run-script ;)

fd0da7823034d2fd443e21ab198983fa7de9b9d0 authored about 9 years ago by W.van Kuipers <[email protected]>
Updated travis build script to match new runserver command

9e31d1221bb658ff2935513848b5cc9033cd7cac authored about 9 years ago by W.van Kuipers <[email protected]>
Updated npm to vers ion 4.2.4 (LTS) and added a .nvmrc file

f4ee82d51d2a13eee0eb514b87fa97d433acd8e2 authored about 9 years ago by W.van Kuipers <[email protected]>
Added windowType param to `close all but first tab` test

9f1eb575a9365f471700e779111c76716d4f7376 authored about 9 years ago by W.van Kuipers <[email protected]>
Updated readme to include the new test rules

0885e3ec78c76f8112d820e8a066f8d7fdf8ad63 authored about 9 years ago by W.van Kuipers <[email protected]>
Made the `close all but the first tab` rule more flexible so it can now also be read as `close all but the first window`

0115f32a65fa636a96c1fdd08b92f9aa819ca070 authored about 9 years ago by W.van Kuipers <[email protected]>
Added feature test for al new & updated rules

09f8d42071f231edb8bc31c1935586a8c65bd3b6 authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented new 'given the inputfield "$text" does not contain any text' rule

fc056eb34f5f73100867f952105b7bedba51a85b authored about 9 years ago by W.van Kuipers <[email protected]>
Changed the formatting of the existing feature files to match the other test's file structure

85c815263d1ad789b994c22382a19556fb970894 authored about 9 years ago by W.van Kuipers <[email protected]>
Changed the base url to point to the local demo app

6c819982b22544d0e8f591052eaa69ec7ae72c59 authored about 9 years ago by W.van Kuipers <[email protected]>
Added demo-app to run the test suite against. Also added local server and switched to selenium-standalone

99a669f9559272cf676189f77d45644f016c1735 authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented/changed rules for all (changed) tests

38e22eb7397cbdb4876b501d2402d99ca78627ee authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented fix for the close all but firs tab test

366cd4941ad932caa83bed68024a757dd8ff2a88 authored about 9 years ago by W.van Kuipers <[email protected]>
Added test to set the content of a prompt modal

bfcc7b67f432425a8446f0188802fa7a466adea8 authored about 9 years ago by W.van Kuipers <[email protected]>
Renamed alertbox handle to modal handle and alterd the test to match the new name

7c4d8782c06fc5f3c888e138887af69b17115149 authored about 9 years ago by W.van Kuipers <[email protected]>
Added false state option to the waitfor test

f7ddd0a3554b2c9c2c33cf2c4e7d49bafb5fb380 authored about 9 years ago by W.van Kuipers <[email protected]>
Alterd the check content function to be able to test for no content

44fd4b92fc9b9f1c6ebbadae447a58ba006debbf authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed a issue where the check for existing elements did not respond to the 'an' keyword

b447f0435c82f431926814cf6f69f35321afcba3 authored about 9 years ago by W.van Kuipers <[email protected]>
Added a test to check if a element contains any text

8c78f3a49430aecdadc98f00dc6e0d4402f0541a authored about 9 years ago by W.van Kuipers <[email protected]>
Added a test to check if a modal is opened

9447e1b429c6d92e2bbead85986e05ef09b0e328 authored about 9 years ago by W.van Kuipers <[email protected]>
Added a test to check the text inside a modal window

52e994bff50841a13882144e5a177d2d820429ed authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed a issue with the check URL path check where the config was not read correctly

8292d1aa367f338766419da1248fa9cf198219f4 authored about 9 years ago by W.van Kuipers <[email protected]>
Changed styling om sone test to make the code more uniform

be8c700f41c09c59241fd4e1c3e800f98cb98920 authored about 9 years ago by W.van Kuipers <[email protected]>
Added test to check if an elemen is enabled

3e493255457b620f281a14845ac1e1bde92bd3d3 authored about 9 years ago by W.van Kuipers <[email protected]>
Replaced `timeoutsImplicitWait` with `pause` to stop the test from breaking other tests

6e151bc097a752a5f3fc4dec14ea3d6fa040635d authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed typo in readme

8507e71a90ea646c9964cf848f7c046e8072477b authored about 9 years ago by W.van Kuipers <[email protected]>
Updated webdriver version

b6b3f86e45f87ebfcac9d7695747396b311146d6 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [when] ^I scroll to element "$string"$ rule

5521602d747aad95c9d43902b377e817351393f0 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [when] ^I close the last opened (window|tab)$ rule

719876a25ebc7a275efc2aaf4c938d3d9b8016b6 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [when] ^I focus the last opened (window|tab)$ rule

7d3e29e35b66ba34345b59bb24519dcc8151ccfd authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect that the path is( not)* "$string"$ rule

866a4c155778dd226fc337191687922333c42b5f authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect the url to( not)* contain "$string"$ rule

44bebf21b90122d0558610c9fc4f81a01fbc69e7 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] /^I expect that element "$string" (has|does not have) the class "$string"$ rule

b24c924698670b23316354766a41da8bb1ec4fa0 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect a new (window|tab) has( not)* been opened$ rule

d479464d06735835d2165d565351fc4f8808ab20 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect that element "$string" becomes( not)* visible$ rule

b6b6a28cdaf59cc83660474da0f0320587b2bf76 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect that element "$string" is( not)* focused$ rule

49bae0fc8b06eb5c20331d08f93054ba201e8ddd authored about 9 years ago by W.van Kuipers <[email protected]>
Added [then] ^I expect the url "$string" is opened in a new (tab|window)$ rule

49bf5f603f07636cac4f0830eb522346c3692d89 authored about 9 years ago by W.van Kuipers <[email protected]>
Added [given] I have a screen that is ([\d]+) by ([\d]+) pixels$ rule

2d6f414a7287a7bd3eb2bebd9b40025733d9f36e authored about 9 years ago by W.van Kuipers <[email protected]>
Added [given] ^I have closed all but the first tab$ rule

22c9970b2692a272c85cffe0a84fafc9e74e01dc authored about 9 years ago by W.van Kuipers <[email protected]>
Updated documentation

21f754264daef143004967421729a1f685771d8c authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented fixes for "check within viewport" check after rebase

8a0bb7a53410523566088b53f04fb9e0ffd0b000 authored about 9 years ago by W.van Kuipers <[email protected]>
Fixed the checkDimension rule and added tests for (and fixed) the checkOffset rule

cd500b1e0e12b83dc9594a5714b46317de0ec33c authored about 9 years ago by W.van Kuipers <[email protected]>
Some more code cleanup/reformatting

4010f76f122a5dafc93bd91add53b7534ff8cf8f authored about 9 years ago by W.van Kuipers <[email protected]>
Added (very basic) jshint & jscs configurations for the sake of code consistency

15be2e6d821007d4f797838c03368a771095fed1 authored about 9 years ago by W.van Kuipers <[email protected]>
Made all JS code more consist by implementing fixes for all jshint & jscs warnings & errors

9b6af6f7da6d2358beca7124b144ea2231dbaae0 authored about 9 years ago by W.van Kuipers <[email protected]>
Removed unused modules from the jshint config file

67e82c3c05e24e805c8b9c01b2b282f1c4984843 authored about 9 years ago by W.van Kuipers <[email protected]>
Implemented fix for "check within viewport" check after rebase

97a51864d1b2625723c06aa6d9f4e1efd0f15bda authored about 9 years ago by W.van Kuipers <[email protected]>
Moved all check & action rule check's into their own file and sorted them by type into a seperate folder

c00a0c246cd3fba34e471e00340c033029df3ab9 authored about 9 years ago by W.van Kuipers <[email protected]>
Merge pull request #22 from wvankuipers/feature/checkWithinViewport

Added then rule

ad06665e7f7e2b121fc20a90bba1e32ec70fe622 authored about 9 years ago by Christian Bromann <[email protected]>