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

Pact file path should be configurable #36

Open
LukeBridges opened this issue May 10, 2023 · 1 comment
Open

Pact file path should be configurable #36

LukeBridges opened this issue May 10, 2023 · 1 comment

Comments

@LukeBridges
Copy link

The pact file path appears hard coded, it should be configurable as cypress is configurable and on an number of projects, with nested modules or a different file structure this package just created the path and files in the wrong place.

It should either respect the cypress config option, or allow setting specifically for this.

@YOU54F
Copy link
Member

YOU54F commented May 10, 2023

The pact file path appears hard coded,

it is, you can see in the code directly

it should be configurable as cypress is configurable and on an number of projects, with nested modules or a different file structure this package just created the path and files in the wrong place.

well it’s in the right place as far as this code is concerned, as it’s hardcoded, but probably not in the place the user would expect

It should either respect the cypress config option, or allow setting specifically for this.

we will happily accept pull requests if you are willing to work on this ✌🏽

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

No branches or pull requests

2 participants