Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in npm #1

Merged
merged 67 commits into from
Apr 2, 2015
Merged

Conversation

i-e-b
Copy link

@i-e-b i-e-b commented Apr 2, 2015

To bring your repo up to date.

i-e-b and others added 30 commits November 14, 2014 15:12
Updated the table object to include a function that gets
the entire row for where the first cell matches a value

Merge remote-tracking branch 'andy/master' into sigmaNPM
This is mainly an attempt at fixing asynchronous exception throwing when running Cucumber with Protractor. See angular/protractor#876.
Squashed commit of the following:

commit ad62533
Author: Krispin <[email protected]>
Date:   Fri Aug 8 08:45:12 2014 +0200

    add shorthand flag '-i' for '--no-snippets'

commit 51af110
Merge: cae8222 4ee2e33
Author: Krispin <[email protected]>
Date:   Wed Aug 6 15:28:58 2014 +0200

    Merge branch 'cli-no-snippets-flag' of https://github.com/kr1sp1n/cucumber-js into cli-no-snippets-flag

commit cae8222
Author: Krispin <[email protected]>
Date:   Tue Jul 15 11:54:57 2014 +0200

    refactor to support --no-snippets flag in CLI

    add specs and implement tests

    add callCount assertion to tests

commit 4ee2e33
Author: Krispin <[email protected]>
Date:   Tue Aug 5 14:51:09 2014 +0200

    add callCount assertion to tests

commit 76b3a3b
Author: Krispin <[email protected]>
Date:   Tue Jul 15 13:19:21 2014 +0200

    add specs and implement tests

commit e94d4fb
Author: Krispin <[email protected]>
Date:   Tue Jul 15 11:54:57 2014 +0200

    refactor to support --no-snippets flag in CLI
This is a second attempt at handling exceptions better in step definitions (especially with Protractor)
This is to avoid premature disposal of listeners/handlers that cause Cucumber to quit prematurely.
Squashed commit of the following:

commit 3768974
Author: Julien Biezemans <[email protected]>
Date:   Sun Dec 21 15:19:34 2014 +0100

    Extract and rework strict mode scenarios

commit 15c3788
Author: Julien Biezemans <[email protected]>
Date:   Sun Dec 21 15:06:42 2014 +0100

    Fix strict mode short flag

    Also fix tests.

commit 36a15f9
Merge: cc16459 7662a29
Author: Julien Biezemans <[email protected]>
Date:   Sun Dec 21 13:08:58 2014 +0100

    Merge branch 'master' into feature/strict_mode

commit cc16459
Merge: b619b96 87a620b
Author: Julien Biezemans <[email protected]>
Date:   Sun Dec 21 13:06:20 2014 +0100

    Merge remote-tracking branch 'origin/master' into feature/strict_mode

    Conflicts:
    	features/cli.feature
    	lib/cucumber/cli.js
    	lib/cucumber/cli/argument_parser.js
    	lib/cucumber/runtime/ast_tree_walker.js
    	spec/cucumber/runtime/ast_tree_walker_spec.js

commit b619b96
Author: Elwyn <[email protected]>
Date:   Thu Oct 2 10:57:53 2014 +1300

    Scenarios for e2e testing strict mode

commit 07031d9
Author: Elwyn <[email protected]>
Date:   Mon Jul 28 12:39:43 2014 +1200

    Tests for strict mode

    Fixed tests failing due to addition of new flag. Added tests for new
    functionality in ast_tree_walker.

commit b252c90
Author: Elwyn <[email protected]>
Date:   Mon Jul 28 12:37:18 2014 +1200

    Add strict mode

    Pulling in strict implementation from lchenay. Modified the --help
    message for strict to be inline with Ruby cucumber.
This is to prevent Protractor from dying on unhandled errors.
We used to create a Node domain per step/step definition. It caused issues with 3rd party librairies like Protractor.

Squashed commit of the following:

commit 496e385
Author: Julien Biezemans <[email protected]>
Date:   Tue Dec 23 23:20:04 2014 +0100

    Fix tests

commit 523fce8
Author: Julien Biezemans <[email protected]>
Date:   Tue Dec 23 15:37:46 2014 +0100

    WIP
jbpros and others added 28 commits February 6, 2015 15:35
Add support for io.js to engines

Fixes cucumber#307

README
This reduces the bundle size by ~50%.

This also changes the way the bundler works. It doesn't return the bundle content through the callback anymore but writes it to a file directly. Same goes for the newly-generated source map file.
Closes #3

Includes source mapping. Probably won't map minified
outputs well.
Closes #4
Requires grunt-cucumber-sigma 0.3.3+
Closes #5

Adds a `deferredStep` definition which makes any scenario
containing it run after all non-deferred scenarios.
AndrewJohnBenjamin added a commit that referenced this pull request Apr 2, 2015
@AndrewJohnBenjamin AndrewJohnBenjamin merged commit 7d022b4 into AndrewJohnBenjamin:master Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.