forked from cucumber/cucumber-js
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Table querying
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
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To bring your repo up to date.