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

add an example in readme

github.com/cucumber/godog - 972f8025d855f8fd1ba1d17dfc81cf1eab134fde authored over 9 years ago by gedi <[email protected]>
ensure source formatting with golint, go vet and go fmt

github.com/cucumber/godog - d5755df70c274d8a9b20cf3a20b5da4b44fb54ae authored over 9 years ago by gedi <[email protected]>
update readme with more godog details

github.com/cucumber/godog - 2e509414d1f5dbdffa5ea3406c6792db005c1d32 authored over 9 years ago by gedi <[email protected]>
update installation details in readme

github.com/cucumber/godog - 8700ae4e56ccc6173d74399e3cfa22b2834142d4 authored over 9 years ago by gedi <[email protected]>
add an ls feature example

github.com/cucumber/godog - e824fde3f9a46cff7b920acaeab303674def63d2 authored over 9 years ago by gedi <[email protected]>
Merge pull request #132 from pytest-dev/feature-outline

Feature example table

github.com/cucumber/pytest-bdd-ng - a54da265783db16a70accd8a1cd937ddab5eea63 authored over 9 years ago by Oleg Pidsadnyi <[email protected]>
less types for step handler

github.com/cucumber/godog - 6e65757f89e9556746796ab56e61b8e468232191 authored over 9 years ago by gedi <[email protected]>
progress formatter

github.com/cucumber/godog - ca847ac1d571e2773bb9573fc3522dd8cf4813d8 authored over 9 years ago by gedi <[email protected]>
simplify suite event contracts

github.com/cucumber/godog - 479b181a917276486d5677ffbd515fbd0ef2e5c8 authored over 9 years ago by gedi <[email protected]>
support scenario outline with example table

* 042235c expose StepDef which is needed to formatters
* e9474dc fix outline scenario formatting...

github.com/cucumber/godog - df26aa1c1c2c14d2987b99c94c4758385fe6303d authored over 9 years ago by gedi <[email protected]>
Enable the location of actions to be the step or hook location

Actions will primarily use the location passed to the constructor as
their location, only if no ...

github.com/cucumber/cucumber-ruby-core - c595f23366ee1c2c4997bc734f8bf7cd53fed151 authored over 9 years ago by Björn Rasmusson <[email protected]>
Feature example table. closes #131

github.com/cucumber/pytest-bdd-ng - e313294c779dcf8a3ef495cffeb04ae38cabc832 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
feature outline

github.com/cucumber/pytest-bdd-ng - 8af2e0f0e0c4c2fa13add08fade998f13594f617 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
respect strict_gherkin also for scenarios shortcut

github.com/cucumber/pytest-bdd-ng - 2b96f6126843316dae0ee9fc64deb8099a4a6e99 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
Display keyword in outline if no text, e.g. background nodes.

github.com/cucumber/cucumber-eclipse - 4eec8f318522d5974a86b6660461a4c3a98e2351 authored over 9 years ago by Ryan Pickett <[email protected]>
Create simple outline view for Gherkin editor.

github.com/cucumber/cucumber-eclipse - 6da8a2c7a85d5545bbf21b99e34edb448163fda3 authored over 9 years ago by Ryan Pickett <[email protected]>
Build a tree of step containers and steps in GherkinModel.

We will use this to construct the outline view.

github.com/cucumber/cucumber-eclipse - b7d00c33fdb290c1211c761598821940da3aef58 authored over 9 years ago by Ryan Pickett <[email protected]>
Convert GherkinModel.PositionedElement to top-level type.

github.com/cucumber/cucumber-eclipse - 0e0823366cf62d4c24ee7aeac59934590290b2d0 authored over 9 years ago by Ryan Pickett <[email protected]>
test suite scenario runner

github.com/cucumber/godog - 2e696381c92d0820b39068d6cad233f176489c73 authored over 9 years ago by gedi <[email protected]>
respect strict_gherkin also for backgrounds

github.com/cucumber/pytest-bdd-ng - f4f0f995635f519d894c865f830b6d1c6569d37c authored over 9 years ago by Anatoly Bubenkov <[email protected]>
less strict step registration

github.com/cucumber/godog - c604d39ac5d0539d7a0030fb91efd11b17adf1ba authored over 9 years ago by gedi <[email protected]>
simplify gherkin ast, since it is only one level deep token list

github.com/cucumber/godog - 1f4ac0e8ecc7c33ef25c32ead9fed0b909e407e7 authored over 9 years ago by gedi <[email protected]>
organize test steps

github.com/cucumber/godog - fc1f94c999c8fe6068a0f48a51c7f71165810197 authored over 9 years ago by gedi <[email protected]>
rename formatter related files to fmt

github.com/cucumber/godog - ebc262155507a676db67273ca7b8e9db3b3f5ad0 authored over 9 years ago by gedi <[email protected]>
test table node and events fired

github.com/cucumber/godog - 49130c8b08887b1b92550772abe0699a6643ef3c authored over 9 years ago by gedi <[email protected]>
add suite events and possibility to listen to them

github.com/cucumber/godog - 00fab00e221d348ebd6e0ae9d6df69dd58d9db7b authored over 9 years ago by gedi <[email protected]>
Merge pull request #125 from hdpe/issue-121

Issue 121

github.com/cucumber/cucumber-eclipse - 4ae75614caf747aeee5b9c4ac0674f6399e54b72 authored over 9 years ago by Ilan Pillemer <[email protected]>
do not split gherkin table to separate types

github.com/cucumber/godog - 0f6ec04318962af25eb192b0e35601404a0661b1 authored over 9 years ago by gedi <[email protected]>
add PyString node support for step definitions and arguments

github.com/cucumber/godog - 2807b0773907277eecb66b0179d9d694762cfd52 authored over 9 years ago by gedi <[email protected]>
reorganize files, move formatter to separate file

github.com/cucumber/godog - 0c558cee36a3229e48c91578dc8ceaa58289650a authored over 9 years ago by gedi <[email protected]>
test the before scenario hook

github.com/cucumber/godog - 3c405af6b2a54bfa8537b3dd84c48c0872d2913b authored over 9 years ago by gedi <[email protected]>
exit status on failure, test godog with godog on travis

github.com/cucumber/godog - 743083181e9b9cc5929d3987cc62558f6d3fcc6c authored over 9 years ago by gedi <[email protected]>
some necessary command line options

github.com/cucumber/godog - a3ef3361f8b0210fd3933f9c3b7649aa1e5b7154 authored over 9 years ago by gedi <[email protected]>
more error details, refactor arguments to interface type

github.com/cucumber/godog - cb47b270909ffb3ce9f97d6026d76091cb897248 authored over 9 years ago by gedi <[email protected]>
test feature file loader

github.com/cucumber/godog - 774d3d18379b81ec857e8829fcfdfd19c11c5a03 authored over 9 years ago by gedi <[email protected]>
more specific types and references for gherkin nodes

github.com/cucumber/godog - 2d3d04e0e6fa89634c1720cd20b89bdc84bba915 authored over 9 years ago by gedi <[email protected]>
build status based on master

github.com/cucumber/godog - 7f214c702b154fea1edd575d2080db1e9a587ec3 authored over 9 years ago by gedi <[email protected]>
suppress suite stderr output

github.com/cucumber/godog - a38d5bc0d0af35ed900b00e1274679f4da9304b2 authored over 9 years ago by gedi <[email protected]>
update usage info, finish pretty format

github.com/cucumber/godog - 42ca9581184d66701b0f39bf708f85f1f62d9dcf authored over 9 years ago by gedi <[email protected]>
Merge pull request #130 from pytest-dev/parametrize_strict_gherkin

Make it possible to relax strict Gherkin scenario validation

github.com/cucumber/pytest-bdd-ng - c4c9c3466da8b5b0d4ad65e2f4c7827f131ea4e5 authored over 9 years ago by Oleg Pidsadnyi <[email protected]>
Make it possible to relax strict Gherkin scenario validation. closes #118. closes #119

github.com/cucumber/pytest-bdd-ng - a7272beea228789ddf792084f7771cead28a1759 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
add code example for scenario assert

github.com/cucumber/pytest-bdd-ng - dfa962ece6c44de761c07f37360ceef84fac9d01 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
prepare release

github.com/cucumber/pytest-bdd-ng - cbb02eae3281f160f3025116f17ab3480ff101f4 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
parse version instead of interpreting

github.com/cucumber/pytest-bdd-ng - 2ea734fc39a2156adfbba56856b2bbb52c2e5966 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
prepare release

github.com/cucumber/pytest-bdd-ng - ced2fecc6ba94c1254df5c9234dc71ee203d7c97 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
document scenario decorator. fix minimal six version. closes #128, #129, #127

github.com/cucumber/pytest-bdd-ng - 0bb5d125446d59bd9622ba50ed1224fd0811d8cb authored over 9 years ago by Anatoly Bubenkov <[email protected]>
progress with pretty formatter

github.com/cucumber/godog - 84c5567a10d0fed3b8531b84fa5e3f82af0a851d authored over 9 years ago by gedi <[email protected]>
update step print matches

github.com/cucumber/godog - 156613f767a907c4ba29d7cd1a5739d8ad28970a authored over 9 years ago by gedi <[email protected]>
continue with output formatter implementation

github.com/cucumber/godog - b69fa26b8bf4c71569e8fa2f43307da0e2891a29 authored over 9 years ago by gedi <[email protected]>
Multiple init functions are allowed per file.

github.com/cucumber/godog - 3ee0746a3cecd18e6e8f488f41a8c9fa36de6ac7 authored over 9 years ago by Algirdas Matas <[email protected]>
an initial formatter impl

github.com/cucumber/godog - 3a2a357bd0d20ad21ccb3b2694362f8fe1dd0417 authored over 9 years ago by gedi <[email protected]>
start to describing godog itself with godog

github.com/cucumber/godog - fa9419c2d3e07ae4f8119c3b70205324610597e2 authored over 9 years ago by gedi <[email protected]>
custom type for arguments in order to have convenient cast methods

github.com/cucumber/godog - 54e8ddb5db53e3535cd58fc3eddb79f78db303de authored over 9 years ago by gedi <[email protected]>
fix context import when package is not godog

github.com/cucumber/godog - d11195675821ad4ed356f3c2e96564499f81d724 authored over 9 years ago by gedi <[email protected]>
move step handler type to suite

github.com/cucumber/godog - f292e412c6317ba4d6af8a7b2a3a098c1b17f564 authored over 9 years ago by gedi <[email protected]>
parse features for suite, add doc for public methods

github.com/cucumber/godog - 0c1d529e06130d58680072eb8384360c97c256e8 authored over 9 years ago by gedi <[email protected]>
do not panic on command error exit

github.com/cucumber/godog - 5fdfd4f4b193814346d79edd23f131b6fa4bdf95 authored over 9 years ago by gedi <[email protected]>
Make suite private

github.com/cucumber/godog - 1eac4376b25024af9837fddcb867d8e23662bf05 authored over 9 years ago by Algirdas Matas <[email protected]>
Parse contexts that have Suite interface in func definition

github.com/cucumber/godog - 412465f9472795e2c6b92155239e5ac4dad92216 authored over 9 years ago by Algirdas Matas <[email protected]>
colorization support and redirect stdout and stderr for the command

github.com/cucumber/godog - ed9d3224924948e76bb6214c944fdbf1f3548ccd authored over 9 years ago by gedi <[email protected]>
run built test suite source with godog command

github.com/cucumber/godog - 17a24204da7dd1477472a972403eee50d30f52e8 authored over 9 years ago by gedi <[email protected]>
build basic test runner from package source and test files

* c2f6784 AST
* 9e4d962 Use x/tools/imports to insert import statement
* bb7649f move builder to...

github.com/cucumber/godog - 620b8ef3f187dedde5b2227d91ecd4394e944390 authored over 9 years ago by gedi <[email protected]>
support gherkin scenario outline and examples

read scenario outline related tokens in gherkin lexer

* e8b71e6 test lexing of scenario outline ...

github.com/cucumber/godog - 4afb53d310d89ad596f82efbc3a654828a8607d4 authored over 9 years ago by gedi <[email protected]>
merge lexer package into gherkin

github.com/cucumber/godog - 1cc5fde508aee0836927b8dd5b4412cfc46b8e98 authored over 9 years ago by gedi <[email protected]>
separate readme and license copy for gherkin package

github.com/cucumber/godog - 9bacb9cc6f9b5944a9663b30741f6633da7609ea authored over 9 years ago by gedi <[email protected]>
add doc references to readme

github.com/cucumber/godog - 9ba9540dc4485c5d5561b51df53adc0ceaaa2096 authored over 9 years ago by gedi <[email protected]>
package documentation

github.com/cucumber/godog - e1d48ef104443d7382b203f8afe9637f1d972630 authored over 9 years ago by gedi <[email protected]>
Add a default argument for `Result#ok?`

github.com/cucumber/cucumber-ruby-core - 26f79d6cd3ef866c7aa3cdef817392a11f3187e3 authored over 9 years ago by Matt Wynne <[email protected]>
Add Result#non_zero_exit_status?

This could simplify logic where Pending and Undefined results in strict
mode shall be handled in...

github.com/cucumber/cucumber-ruby-core - 5ab60c2c4979069ef84504903b5037c1974618c3 authored over 9 years ago by Björn Rasmusson <[email protected]>
give a project name

github.com/cucumber/godog - 6182dc5d729b8d1cde43f93f7777181bac0dcc05 authored over 9 years ago by gedi <[email protected]>
register steps like http handler

github.com/cucumber/godog - aa08819bb30257a4c829a9174298776e58a7f67c authored over 9 years ago by gedi <[email protected]>
golang 1.5 reference compat issue

github.com/cucumber/godog - 4c0cd750f1992a0c0bd95b158de2333366521b0a authored over 9 years ago by gedi <[email protected]>
support token comments

github.com/cucumber/godog - a3ce373a43787fb5d62ba30ec8ca9b70e538b9d3 authored over 9 years ago by gedi <[email protected]>
token AST tree does not need mutex

github.com/cucumber/godog - 89cf447c8d72f1f0f4a7e748291188dab859dc94 authored over 9 years ago by gedi <[email protected]>
Merge pull request #126 from pytest-dev/mention-step-type-in-errors

Mention step type on step definition not found errors and in code generation

github.com/cucumber/pytest-bdd-ng - 76a51011d4c5134a6aa52645cfd9bf7363e7fb76 authored over 9 years ago by Oleg Pidsadnyi <[email protected]>
Mention step type on step definition not found errors and in code generation. closes #125

github.com/cucumber/pytest-bdd-ng - 954180716cb8354d3a78141d06e05a73a4dea565 authored over 9 years ago by Anatoly Bubenkov <[email protected]>
Workaround for missing announcer method

github.com/cucumber/aruba - cbf64c7c8441d0a5731fe4e02566a152f16b5ff1 authored over 9 years ago by Dennis Günnewig <[email protected]>
Move code to utils module

github.com/cucumber/aruba - 01d7ec32289673c090845e93a9902fc834fc1f43 authored over 9 years ago by Dennis Günnewig <[email protected]>
Make it compatible with ruby 1.9

github.com/cucumber/aruba - f1d4a1d995f31405e5775ad8699c42055c014039 authored over 9 years ago by Max Meyer <[email protected]>
Rename last_process to last_command

github.com/cucumber/aruba - 93736422fb7d13f65acd77323c9c9dd9fc48426f authored over 9 years ago by Dennis Günnewig <[email protected]>
Refactored announcer

github.com/cucumber/aruba - 9392ece93787afb325163916bb0f02bc659be3f4 authored over 9 years ago by Dennis Günnewig <[email protected]>
Added process_monitor to refactor command execution

github.com/cucumber/aruba - 4dbf7b0411ee1c8e43774668931b91053fe82407 authored over 9 years ago by Dennis Günnewig <[email protected]>
Added matchers for command execution

github.com/cucumber/aruba - 6b2a3dd73c13ffdb322b0fb5d74fcf08fc8746bc authored over 9 years ago by Dennis Günnewig <[email protected]>
Removed duplicated code

github.com/cucumber/aruba - b5ee09324669cdd7299d4ff4695110847bf2a98e authored over 9 years ago by Dennis Günnewig <[email protected]>
Added legacy compatibility API

github.com/cucumber/aruba - d5a7d0a53b070211d46b7225b243c6d480ab6bcc authored over 9 years ago by Dennis Günnewig <[email protected]>
Exclude fixtures to prevent cucumber from loading ruby scripts

github.com/cucumber/aruba - 9007206b9adb2a0932ff9b41459d53925fe9d065 authored over 9 years ago by Dennis Günnewig <[email protected]>
Refactor methods

github.com/cucumber/aruba - 4d18f43d1e267af2eb55036f3aea9be761e8eb83 authored over 9 years ago by Dennis Günnewig <[email protected]>
Namespace for processes

github.com/cucumber/aruba - 43dd30002d17f09a3aef811c31c0f73b7c9dc249 authored over 9 years ago by Dennis Günnewig <[email protected]>
Add debug tag to switch command runner

github.com/cucumber/aruba - 959de81dd03f6ab12e770fb920ab718e0a53ec96 authored over 9 years ago by Dennis Günnewig <[email protected]>
Add support to append value to environment variable

github.com/cucumber/aruba - a1363cf53752b3db033ef811154cca3b7be9dddd authored over 9 years ago by Dennis Günnewig <[email protected]>
Replace @@main_class through class instance variable

github.com/cucumber/aruba - 50e448884182a2592c9ffaa5e6df195cf25a1c5e authored over 9 years ago by Max Meyer <[email protected]>
Replace interactive through last_process

github.com/cucumber/aruba - c495b07cf5d42971ef7725dd46db2ebeeabb127b authored over 9 years ago by Max Meyer <[email protected]>
Add console-script to use aruba directly

github.com/cucumber/aruba - cdf91bec37a312055af2281e7d10e03016e28a96 authored over 9 years ago by Max Meyer <[email protected]>
Add missing methods for in_process

github.com/cucumber/aruba - 5ccb173cc0ad80dc09a697fd709b73c96fda58a0 authored over 9 years ago by Dennis Günnewig <[email protected]>
Add before/after hook for spawn process

github.com/cucumber/aruba - 81ead11ed4b69c509002eb5e155c08ed31686e87 authored over 9 years ago by Dennis Günnewig <[email protected]>
Move same methods to super class

github.com/cucumber/aruba - 742f79203e494d1cda1be41d0c57a22d06483b5e authored over 9 years ago by Dennis Günnewig <[email protected]>
Improve specs for spawn_process

github.com/cucumber/aruba - c7733d8bf9d5200ddd54ca8c231fb774f376c282 authored over 9 years ago by Max Meyer <[email protected]>
Replace in_current_dir with expand_path

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