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

gherkin js: fix ability to pass language to parser #401

Merged
merged 1 commit into from Jun 15, 2018

Conversation

charlierudolph
Copy link
Member

@charlierudolph charlierudolph commented Jun 1, 2018

cucumber/cucumber-js#1103 is failing because the feature was lost in 5.1.0. The feature was added in #288 but I edited the generated file instead of the razor file so it got reverted on a later build.

Noticed the js tests added in #288 weren't running on CI. By default, mocha does not recurse directories, so some tests were skipped when running make. Fix that and the code that would make it pass.

@aslakhellesoy
Copy link
Contributor

@charlierudolph, the build system will now sync monorepo branches to subrepo branches (where they'll be built with Travis' matrix against multiple node versions).

This sync will only happen if the branch name starts with the same name as the monorepo directory, in this case gherkin. A better branch name for this PR would be gherkin-fix-pass-language-to-parser or something.

I'll merge this one anyway - thanks!

@aslakhellesoy aslakhellesoy merged commit 064915e into master Jun 15, 2018
@aslakhellesoy aslakhellesoy deleted the cr-fixGherkinJs branch June 15, 2018 08:48
@lock
Copy link

lock bot commented Jun 15, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants