Ecosyste.ms: OpenCollective

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

Cucumber Open

Behaviour Driven Development tool
Collective - Host: opensource - https://opencollective.com/cucumber - Website: https://cucumber.io/ - Code: https://github.com/cucumber

Improved documentation for file and directory creation

github.com/cucumber/aruba - 9abe321cc388431d65da0286e647f960a71fd7b5 authored about 9 years ago by Dennis Günnewig <[email protected]>
Update history

github.com/cucumber/aruba - d0f5907ed0b77aeb0d0aa140b7c8a5ef1c0f324a authored about 9 years ago by Dennis Günnewig <[email protected]>
Make sure not content is put to stderr/stdout which will cause a failure

github.com/cucumber/aruba - d82e5313bfd59a7e0c62d544726323a87486b2c0 authored about 9 years ago by Dennis Günnewig <[email protected]>
This was not supported by ChildProcess

github.com/cucumber/aruba - 35bc2983ff9c74fcca594632ff7d8d4475648396 authored about 9 years ago by Dennis Günnewig <[email protected]>
Improved features and steps

github.com/cucumber/aruba - cb9b2866c35542a06df9c3aa562bc90ee71cb9d3 authored about 9 years ago by Dennis Günnewig <[email protected]>
Add some documentation for SpawnProcess

github.com/cucumber/aruba - 3fc75242af9c1bd5ac330195655c0d70a5a28ddf authored about 9 years ago by Dennis Günnewig <[email protected]>
Use wait_for_io to reduce the waiting time

github.com/cucumber/aruba - 274b33264abeb2eea41b4778a4b35bc2cffe01c5 authored about 9 years ago by Dennis Günnewig <[email protected]>
Refactor internals of SpawnProcess

github.com/cucumber/aruba - 877c9f55ea50a38c057e04e06c3ff8cd67af9cd9 authored about 9 years ago by Dennis Günnewig <[email protected]>
Split up cucumber.rb in multiple files

github.com/cucumber/aruba - 955e6f7c4f6908d534fcb3a69088047ae0c3a2ef authored about 9 years ago by Dennis Günnewig <[email protected]>
Updated history

github.com/cucumber/aruba - 6cfe60968c0b7745fab49b044254e0ddfb4747f8 authored about 9 years ago by Dennis Günnewig <[email protected]>
Remove \n at the end to make it easier for users to compare things

github.com/cucumber/aruba - 01e179cf4057729327fba894d46decd63420dd82 authored about 9 years ago by Dennis Günnewig <[email protected]>
Use correct api for stopping commands

github.com/cucumber/aruba - 7f8a155c890b3aee2a9f72775e6c6f69379ac230 authored about 9 years ago by Dennis Günnewig <[email protected]>
Move deprecated methods to correct namespace and add warnings. For some of them we need a replacement first before we really can deprecate them

github.com/cucumber/aruba - 0d28f4bcaac97cd9672491b24814c334de795802 authored about 9 years ago by Max Meyer <[email protected]>
Make it compatible with ruby 1.9.2

github.com/cucumber/aruba - 123a54d2bb4862a4d447fe93e9f31e14f86dd5b4 authored about 9 years ago by Dennis Günnewig <[email protected]>
Relax the use of steps in cucumber

github.com/cucumber/aruba - df8b35afd6176b446f0fbbb26f412c8eeac6dfef authored about 9 years ago by Max Meyer <[email protected]>
Update history

github.com/cucumber/aruba - ac09f0bc364c95dcc9284bb5516f3fb0d006ce5a authored about 9 years ago by Dennis Günnewig <[email protected]>
Reduced output if checking an started process, by redefining inspect and to_s for *Processes

github.com/cucumber/aruba - 1d6a0ef4b4ae98dce14e6ec17485ce11a588e10d authored about 9 years ago by Max Meyer <[email protected]>
Remove app_spec. It's not really helpful and makes some tests for collection any fail because it modifies the amount of tests run which is not obvious to see from the outside.

github.com/cucumber/aruba - b8398aee0714df77f9b656496a9cd09b299b9e35 authored about 9 years ago by Max Meyer <[email protected]>
Better error message if an object is/is not included by using a custom

matcher

github.com/cucumber/aruba - 0b7c85416e575009a2b73f06fe444620c36c6faa authored about 9 years ago by Max Meyer <[email protected]>
Fixed bug with new run-method for commands

github.com/cucumber/aruba - cc13f8e74d80fe15644b44615a625a995e6673e0 authored about 9 years ago by Dennis Günnewig <[email protected]>
Use the correct matcher. Have Content is something different from Have

Output

github.com/cucumber/aruba - 1b59c433e720822c958b9a322f2fc32d8f62a9cc authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed bug while determining disk usage

github.com/cucumber/aruba - 0a78ed59358a62a011a158f863bef948c980f205 authored about 9 years ago by Dennis Günnewig <[email protected]>
Environment variables from leaking into other specs

github.com/cucumber/aruba - 03a3d6dcf6afee22f9d4fa6b3fd7a61d6cf3011c authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed some other bugs in feature tests

github.com/cucumber/aruba - b4d5f32938359cdef83771f1687cfdc6153a20ac authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed offense due to deprecation warning

github.com/cucumber/aruba - eacf5257edf003de73c48f5d3fffdfd95300448c authored about 9 years ago by Max Meyer <[email protected]>
Use new start method instead of deprecated run-hone

github.com/cucumber/aruba - b245fbf9ca2939f91d77c5694151e28a43e8a167 authored about 9 years ago by Dennis Günnewig <[email protected]>
Use the new last_command_*-methods

github.com/cucumber/aruba - 5e36183a407d9b9d1600a7563581cf952789d29d authored about 9 years ago by Dennis Günnewig <[email protected]>
Refactor matchers a bit

github.com/cucumber/aruba - 8365445474152470bac3a89634313ceda5a8e92f authored about 9 years ago by Dennis Günnewig <[email protected]>
Get rid of which in processes by setting the ENV from output side of system, childprocess etc.

github.com/cucumber/aruba - a142895ee4bf80d389ffa55e062941889bbdcab3 authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed bugs in output features

github.com/cucumber/aruba - 0bb0ac3753303fb133e2c59b02c0162b71082771 authored about 9 years ago by Dennis Günnewig <[email protected]>
Fix wrong namespace for platform

github.com/cucumber/aruba - c98b7cd2dc101a2855cbfd75a379860a5c63d446 authored about 9 years ago by Dennis Günnewig <[email protected]>
Use new name for last_command everywhere

github.com/cucumber/aruba - d7b48a4cf489fb59b23addadf9f99ca33051c369 authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed bugs for reading and specs

github.com/cucumber/aruba - b9ee7388b0ecc634d2d5e099196a9fce7963b761 authored about 9 years ago by Dennis Günnewig <[email protected]>
Added some new steps to for cucumber

github.com/cucumber/aruba - 85cae625a58480b008f7376a1b65f33ad25e1465 authored about 9 years ago by Max Meyer <[email protected]>
Added new matchers to check output

github.com/cucumber/aruba - 48b32cc2b0873bb717a88ed8ead9608773544474 authored about 9 years ago by Max Meyer <[email protected]>
Added tasks to TODO file

github.com/cucumber/aruba - 0d57780a805378b282140b190854f651b9595b83 authored about 9 years ago by Max Meyer <[email protected]>
Move disk usage to separate class

github.com/cucumber/aruba - 8cc322bba16db610360426f5e230c649b2758dc0 authored about 9 years ago by Max Meyer <[email protected]>
Improve announcer

github.com/cucumber/aruba - 3fd848056654e643707531a90992005d4a853f2f authored about 9 years ago by Max Meyer <[email protected]>
Determine file size of a given file

github.com/cucumber/aruba - 8e470bdc13a5eee7f48e459924a6eb4851357006 authored about 9 years ago by Max Meyer <[email protected]>
Better name for last_command

github.com/cucumber/aruba - e899c855f5b451be232c16f221f1e8358075636a authored about 9 years ago by Max Meyer <[email protected]>
Some minor improvements

github.com/cucumber/aruba - 4b14cc67553b200527bbd5b6e1a13908fd72774c authored about 9 years ago by Max Meyer <[email protected]>
Ignore flagged features

github.com/cucumber/aruba - 425c29eba09a7cffb095ba1fb7ec3eb4ea113a6d authored about 9 years ago by Max Meyer <[email protected]>
Improve existing specs

github.com/cucumber/aruba - da49c59477901c5d26e4c7d38b11afb6c5def485 authored about 9 years ago by Max Meyer <[email protected]>
Starting a command is not a suprising action, no need to use ! here

github.com/cucumber/aruba - cdbee618ece20ec119ddc18210e778eded3c53aa authored about 9 years ago by Max Meyer <[email protected]>
Return self after clearance

github.com/cucumber/aruba - 544ac7c32d4f26fae9bdc4def42d2e420d4503b0 authored about 9 years ago by Max Meyer <[email protected]>
Improve documentation

github.com/cucumber/aruba - 51507215c0c503ef1da41174bc5ef6b0f41e842e authored about 9 years ago by Max Meyer <[email protected]>
Added method to return all commands

github.com/cucumber/aruba - c1d247c20e62990951d3ee04aa9d752a9337d5dd authored about 9 years ago by Max Meyer <[email protected]>
Remove first assert methods from cucumber api

github.com/cucumber/aruba - 05784e426254066de992eb9c7f9e7fcec6b7ffc6 authored about 9 years ago by Max Meyer <[email protected]>
Improve handling of io

github.com/cucumber/aruba - 3318deea6e018c261ab1ec7a80de47553b389866 authored about 9 years ago by Max Meyer <[email protected]>
Merge branch 'master' of github.com:dg-ratiodata/aruba

github.com/cucumber/aruba - 75909d2e0983ef4aca252ca34c967081a54d2de3 authored about 9 years ago by Max Meyer <[email protected]>
Allo exit code as well

github.com/cucumber/aruba - 4a5773678090efdaafbb8ead3ccbc9724a719bae authored about 9 years ago by Max Meyer <[email protected]>
Use older version of pry for ruby 1.8.7

github.com/cucumber/aruba - dad4adc7845109bfa8ed9a68542b0a79e9f56ac7 authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed bug if path contains '.'

github.com/cucumber/aruba - 26f79a13f121cb217f72d73ed414057d42812778 authored about 9 years ago by Dennis Günnewig <[email protected]>
Update history

github.com/cucumber/aruba - 2b4885f0249875f8598fb1260f45e64a57987da4 authored about 9 years ago by Max Meyer <[email protected]>
Version Bump

github.com/cucumber/aruba - 0f590311762bd0277672d4b227eb2bd381e75d57 authored about 9 years ago by Max Meyer <[email protected]>
Use ERB in cucumber.yml to ignore scenarios on different platforms

github.com/cucumber/aruba - 5c138027261246c510cff62019cba0def789e620 authored about 9 years ago by Max Meyer <[email protected]>
Fixed history

github.com/cucumber/aruba - 3dd537c8581092e023ce8233047fa8a53f59b52c authored about 9 years ago by Max Meyer <[email protected]>
Real copy of unix environment as well

github.com/cucumber/aruba - a7f3253945ef94bb7925e3e960bf660c9c0ac10e authored about 9 years ago by Dennis Günnewig <[email protected]>
Update history

github.com/cucumber/aruba - aefdf68931e63805b004626519683268eb410bdc authored about 9 years ago by Dennis Günnewig <[email protected]>
Split command into separate strings

github.com/cucumber/aruba - d3c35e0c8e5196edc19a54d7b589ba1cc289f783 authored about 9 years ago by Dennis Günnewig <[email protected]>
Merge pull request #305 from dg-ratiodata/feature/add_console_to_aruba

Add console support to aruba

github.com/cucumber/aruba - c661554b7a15940cce55039dd9c661af7efb5c14 authored about 9 years ago by Dennis Günnewig <[email protected]>
Make sure, that we raise an error if an not implemented method in process launcher is used

github.com/cucumber/aruba - fdf80c226f7f9dbbd42d66cc48feeebad2751180 authored about 9 years ago by Dennis Günnewig <[email protected]>
Fixed bug with chdir

github.com/cucumber/aruba - 46f05cf559e6cb33785ace14b91918849b811d82 authored about 9 years ago by Dennis Günnewig <[email protected]>
Unescape \t as well

github.com/cucumber/aruba - e37ad824331f61c922cafbac01f492120e83f748 authored about 9 years ago by Dennis Günnewig <[email protected]>
Add console support to aruba

github.com/cucumber/aruba - 4383361e50a42287b44166eb8092bbf78505571e authored about 9 years ago by Max Meyer <[email protected]>
Use absolute path for cmd.exe as well

github.com/cucumber/aruba - ed5c64e9fbd3e83006294c008d3da13732d208b7 authored about 9 years ago by Max Meyer <[email protected]>
Fixed error message

github.com/cucumber/aruba - 3789d3846a9430f1ec691200003ed1515d7414fb authored about 9 years ago by Max Meyer <[email protected]>
Updated history

github.com/cucumber/aruba - d44014c5b8b215b9abf6b60fb3cf443579d8dd49 authored about 9 years ago by Max Meyer <[email protected]>
Merge pull request #304 from dg-ratiodata/feature/windows_which

Split up which for Unix and Windows

github.com/cucumber/aruba - ca4fb756296536a07b57bd45607616cfc0752ece authored about 9 years ago by Dennis Günnewig <[email protected]>
Added which-command for windows and linux

github.com/cucumber/aruba - 6c06845a1f854b20655949e89e0598206f07a6fa authored about 9 years ago by Max Meyer <[email protected]>
Merge pull request #303 from dg-ratiodata/150724-wsd--windows-env-vars-upcase

Introduce Windows Environment Variables

github.com/cucumber/aruba - e648b46b94d70e54c412176b593eca16edef0a19 authored about 9 years ago by Dennis Günnewig <[email protected]>
Introduce WindowsEnvironmentVariables to make access to environment

variables work for Windows

github.com/cucumber/aruba - 0f61e23d645e3066717062cef4067b3b0c80cd50 authored about 9 years ago by Ashley Engelund (aenw / weedySeaDragon) <[email protected]>
Updated history

github.com/cucumber/aruba - 1297d0e1bbcaacd34f0b6b79edd25ee6153b38f0 authored about 9 years ago by Max Meyer <[email protected]>
Merge pull request #302 from dg-ratiodata/feature/windows_process

Support for WindowsProcess added

github.com/cucumber/aruba - deb3c602bbd6972d60718561481dd902ed0fadfb authored about 9 years ago by Dennis Günnewig <[email protected]>
Support for WindowsProcess added

github.com/cucumber/aruba - f43180dec7554164ed22c7455d2d18214fe8180d authored about 9 years ago by Max Meyer <[email protected]>
Add a performance test for LocationsFilter

Currently this just documents the unacceptably slow behaviour described
in #96

github.com/cucumber/cucumber-ruby-core - e015cf098f5ba38a07849ef684418e0579fce133 authored about 9 years ago by Matt Wynne <[email protected]>
Add those flags only if not already added

github.com/cucumber/aruba - f3f54ba19f70a200832ea7ae3d6eb32a25a64878 authored about 9 years ago by Dennis Günnewig <[email protected]>
Merge pull request #131 from devitcn/master

Fix marker not found when in CJK language.

github.com/cucumber/cucumber-eclipse - adddc14e28d0486cd92a044f43ff84a2caa16f1b authored about 9 years ago by Ilan Pillemer <[email protected]>
Added check for instance variables

github.com/cucumber/aruba - 83654021487c4643deb615b2138e470aa9273820 authored about 9 years ago by Dennis Günnewig <[email protected]>
Make it compatible with the old behaviour

github.com/cucumber/aruba - dbb0f044e12bb6410d6b2dbd2612b5e39f9c712e authored about 9 years ago by Dennis Günnewig <[email protected]>
Update history

github.com/cucumber/aruba - 9f4985454cb576b577efdec078ebffc0dca1f800 authored about 9 years ago by Dennis Günnewig <[email protected]>
Split up #unescape into #extract_text and #unescape_text

github.com/cucumber/aruba - 20bffb730230932dcec1e38ac7488ce0f07beaaa authored about 9 years ago by Dennis Günnewig <[email protected]>
No message to use Aruba.platform by normal users, that's an private api which should not be used by users

github.com/cucumber/aruba - 9c37381a6f5c90f1dbc69d809c93f0c7f0ff81d3 authored about 9 years ago by Dennis Günnewig <[email protected]>
Avoid potentially random collection order for xdist compartibility. closes #138

github.com/cucumber/pytest-bdd-ng - 73da0347b016c854cb70e365158c69b2a8ca14f6 authored about 9 years ago by Anatoly Bubenkov <[email protected]>
Avoid potentially random collection order for xdist compartibility. closes #138

github.com/cucumber/pytest-bdd-ng - 4610ef55800b76bc5350566bb1383cf47b04d6a3 authored about 9 years ago by Anatoly Bubenkov <[email protected]>
Avoid potentially random collection order for xdist compartibility

github.com/cucumber/pytest-bdd-ng - 8197f6704d8befd06ce5df8c84af4cb7900b8709 authored about 9 years ago by Anatoly Bubenkov <[email protected]>
Fix marker not found when in zh-CN language.

github.com/cucumber/cucumber-eclipse - aa442a27c8c8786159b9b6e9b155b5746190f51d authored about 9 years ago by lxb <[email protected]>
Use around instead of before to make it possible to use aruba in around hook of rspec

github.com/cucumber/aruba - 507b66327d21bbbb61dc1c97a28f79aa43a6e62f authored about 9 years ago by Max Meyer <[email protected]>
Merge pull request #9 from wilsoncampusano/maven-properties-refactor

Introducing 'Maven properties' in pom.xml

github.com/cucumber/cucumber-java-skeleton - 7f0f27e96c1735fd774681c379bfe4da28a9ceb1 authored about 9 years ago by Aslak Hellesøy <[email protected]>
Introducing 'Maven properties' in pom.xml

github.com/cucumber/cucumber-java-skeleton - b3bfef68e6a7229491169d95fe2e5ef1ed25d379 authored about 9 years ago by wilson campusano <[email protected]>
Update Ant build.xml

github.com/cucumber/cucumber-java-skeleton - 3057415e093b3bb5e1acb8e1cde0ea71a9068f49 authored about 9 years ago by Aslak Hellesøy <[email protected]>
Bump versions

github.com/cucumber/cucumber-java-skeleton - d4f9e31585251c103ba89d11ebb5ca73b5b38038 authored about 9 years ago by Aslak Hellesøy <[email protected]>
Upgrade to JUnit 4.12 ref #889

github.com/cucumber/cucumber-android - e86b02fa9232e7db871463f47bb8ef0c8d1fb176 authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/cucumber/cucumber-android - 0525d3e3891a8f1ce9d70e284e67a5998cfeeb07 authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/cucumber/cucumber-jvm-groovy - fe5314f71d18001987458529f5b95ca66eddd70a authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/cucumber/cucumber-jvm-scala - aab5506c6d1a03d6b6c76c76b8e5f8ea1b41da76 authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.2.4

github.com/cucumber/cucumber-jvm-scala - 7f50a3e229b99476fdfc416869f075f9b7af53b0 authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.2.4

github.com/cucumber/cucumber-jvm-groovy - 378a07e7c04830dc025261c258cb090d6b101860 authored about 9 years ago by Aslak Hellesøy <[email protected]>
[maven-release-plugin] prepare release v1.2.4

github.com/cucumber/cucumber-android - 731c42174176dca8fe391aead05cbc799678491b authored about 9 years ago by Aslak Hellesøy <[email protected]>
Easier Implementation for Platform

github.com/cucumber/aruba - fe7851d91fda1cfb065b54997a698c8d6a23792f authored about 9 years ago by Dennis Günnewig <[email protected]>