Skip to content

Config file Option update #1434

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

Closed
wants to merge 9 commits into from
Closed

Config file Option update #1434

wants to merge 9 commits into from

Conversation

deepziem
Copy link
Contributor

@deepziem deepziem commented Sep 13, 2020

Provide a default relative cucumber.js file for config option

--config filePath or -c filePath

Copy link
Contributor

@aslakhellesoy aslakhellesoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Could you also update the documentation and the changelog please?

} else {
configFilePath = path.join(this.directory, 'cucumber.js')
}
const definitionsFilePath = configFilePath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this reassignment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am noty able to push new branch .. i had 2 changes somehow i tried to edit the file and createpr .. but its nont allowing me to combine all changes into patch can you suggest

Copy link
Contributor Author

@deepziem deepziem Sep 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and where do i update the documentation ? also @aslakhellesoy ..i need 2 patches to go together ..
Patch 2 and 3 i guess under my name .. one for arg parser update one to provide the args and pass the file path

Pls check if both are good

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could start over from master:

git checkout -b config-option
# hack hack
git commit -m "bla bla"
# hack hack
git commit -m "bla bla"
# hack hack
git commit -m "bla bla"
git push

# Open the URL in your terminal and create a pull request

# hack hack
git commit -m "bla bla"
git push

# Now you just pushed a new commit to the branch of your pull request.

More details here: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remote: Permission to cucumber/cucumber-js.git denied to deepziem. unable to access 'https://github.com/cucumber/cucumber-js.git/': The requested URL returned error: 403

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe take some time to learn how to use git and GitHub wold help?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hang on - are you editing files in the browser using the GitHub editor?

Copy link
Contributor Author

@deepziem deepziem Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes @aslakhellesoy .. i am .. i am not able to branch or push from desktop .. not sure why, however i pull and test locally and update here .. and pull again and test.. is it ok you can help update or approve

Copy link
Contributor Author

@deepziem deepziem Sep 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @aslakhellesoy .. can you approve the changes pls? is there any issue still..

Also .. is there a way we can make Deasync work in cucumber js ? .. cucumberjs and selenium commands deasync is not working in higher versions of cucumber .. post 5.03 versions. Till then it worked.. i really need something there pls.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @deepziem

Can you please merge the changes from #1435 into this PR?

Would also like to add a feature test for this change.

As for deasync, please create a new issue so that can be discussed seperately

@aurelien-reeves
Copy link
Contributor

@deepziem are you confident into continue working on this PR?

@aurelien-reeves
Copy link
Contributor

Completed in #1794

@aurelien-reeves
Copy link
Contributor

aurelien-reeves commented Sep 3, 2021

I close this in favor of #1794 which continue the work on that feature.
@deepziem sorry to have messed-up with my branches. You will remain part of the author in the history for that feature, don't worry :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement Request for new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants