-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Script for automatically "smoke testing" against a set of libraries, looking for regressions. #116
Comments
👍 We should definitely have this for AVA. I currently do it manually once in awhile and before a release. Prior art: https://github.com/bahmutov/dont-break // @bahmutov |
Cool. Let's try using that and see how it goes. |
I will be happy to help |
@jamestalmage I like this idea, and I could see it being a useful hosted service like travis 👍 I've only thought about it a bit, but some things I'd like to be able to do:
|
@bcoe - instead of building all that in, what if the config file just added a |
I'm cleaning up some old issues. I think this is a good idea, but I feel like this is outside the scope of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
#108 (comment)
I think this could be an awesome general purpose module. My thoughts:
.travis.yml
for configuring scripts (just the script names from the travis Build Lifecyle, not all their config options).npm link
ing the module under test.Folder structure:
// @bcoe @novemberborn
I think we have a need for something like this for AVA as well.
// @sindresorhus @vdemedes
The text was updated successfully, but these errors were encountered: