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
Testing with source code from other repositories #9290
Comments
Use a separate repo,
|
What do you think about adding to this repository as a integration test and checking with a CI for each PR? |
Will this test fail, if format changed? Or are you thinking about snapshot the result? |
Sorry, I was mistaken. I'll try with your suggestion. |
I created a repository https://github.com/sosukesuzuki/prettier-regression-testing. |
Maybe no submodule, |
Hmm, we want to see just diffs. So I think submodule and issue comments is enough. They are also relatively easy to manage. |
I don't know how to see submodule diff either.
We can check the second commit to see diff. |
sosukesuzuki/prettier-regression-testing#4 (comment) I'll use it to check regressions in the next release. If we are unhappy with it, you can improve it afterwards. |
We run the latest Prettier on the other repositories' source code to check for regressions before we release.
like below:
This is hard to do manually, so I want to automate it.
The text was updated successfully, but these errors were encountered: