smoke-tests
smoke-tests copied to clipboard
A collection of manifest files for various package managers and is used to perform end-to-end tests for Dependabot.
* Blocking https://github.com/dependabot/dependabot-core/pull/9705
I ran ` ./dependabot test -f tests/smoke-npm-group-multidir.yaml -o tests/smoke-npm-group-multidir.yaml` but that failed with various auth errors The following comment from the readme mentions that you do not accept contributions _You're...
At the moment, the closest to this is the README saying > You're welcome to use this repo to test Dependabot functionality. But it would be nice if the licensing...
Adds smoke tests for yarn and makes some updates to existing smoke tests along the way. There's a yarn berry workspaces project in this repo, which led me to think...
I was working on the issue: https://github.com/dependabot/dependabot-core/pull/7767 and wanted to add smoke test for yarn with multiple sub-dir
Hi all, I discovered today that Dependabot supports `Directory.Packages.props` files when using NuGet. This really rocks folks! Soon afterwards, I discovered that lock files aren't supported yet. https://github.com/dependabot/dependabot-core/pull/6031 seems to...
We should consider moving this repo into https://github.com/dependabot-fixtures No rush on this, as there's a chance we may decide to go the other way and move the fixtures into this...
Adding smoke test for Dependency Solver. This smoke test goes with this PR: https://github.com/dependabot/dependabot-core/pull/10343 This is the PR that adds the experiment: https://github.com/github/dependabot-api/pull/5511
Initial smoke tests for the .NET SDK package manager. See https://github.com/dependabot/dependabot-core/pull/10756