fix: support NYC cwd option for file pattern matching#964
Open
alecmestroni wants to merge 7 commits intocypress-io:masterfrom
Open
fix: support NYC cwd option for file pattern matching#964alecmestroni wants to merge 7 commits intocypress-io:masterfrom
alecmestroni wants to merge 7 commits intocypress-io:masterfrom
Conversation
- Add support for NYC 'cwd' option in findSourceFiles function - Pass cwd option to globby for proper file pattern resolution - Add test case 'all-files-cwd' to verify cwd functionality - Update CI configuration to include new test case in matrix This fix ensures that when NYC is configured with a 'cwd' option, the file patterns are resolved relative to the specified directory instead of the current working directory.
|
Ensure the new test case is included in the CI pipeline before allowing releases to be published.
… cause it uses cwd as default folder also for temp-dir
Author
|
Hi @jennifer-shehane any news on this merge request? Thanks |
|
Any info on this one? Would be super useful to us in our monorepo, where the cypress tests are in a different sibling folder to our apps. |
This file contains hidden or 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
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.
This fix ensures that when NYC is configured with a 'cwd' option, the file patterns are resolved relative to the specified directory instead of the current working directory.