TestDriver v4#865
Merged
Merged
Conversation
ianjennings
commented
Oct 16, 2024
esimkowitz
approved these changes
Oct 17, 2024
xxyy2024
pushed a commit
to xxyy2024/waveterm_aipy
that referenced
this pull request
Jun 24, 2025
This PR upgrades the TestDriver tests to v4. Some relevant updates on `v4` for y'all: - Our AI will pick up the job within ~2 minutes - Tests are 40% faster (with room for more improvement through turbo mode) and significantly more accurate - New `/generate` features enable the AI to create it's own tests - Smarter `/explore` features, this is how we generated your onboarding test - New `key:` config in our `action` allows you to post videos to your own account - New `createPR:` config in our `action` will automatically create PRs from test output - New [documentation](https://docs.testdriver.ai/reference/yml-schema). - VMs are now on Windows - Our best practice have been updated so we don't act as a build server anymore. Now,[ we download your artifact from GitHub](https://github.com/wavetermdev/waveterm/actions/runs/11276657325/workflow?pr=865#L96-L179) and test that. I cloned your "build and upload exe" action to do this, but we can link them together in the future. [](https://app.dashcam.io/replay/6707f12167f936f4742af056?share=ecw0VAHvh6k2gCJDqFQew) Watch [wavetermdev/waveterm/refs/pull/865/merge](https://app.dashcam.io/replay/6707f12167f936f4742af056?share=ecw0VAHvh6k2gCJDqFQew) on Dashcam --------- Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
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 PR upgrades the TestDriver tests to v4.
Some relevant updates on
v4for y'all:/generatefeatures enable the AI to create it's own tests/explorefeatures, this is how we generated your onboarding testkey:config in ouractionallows you to post videos to your own accountcreatePR:config in ouractionwill automatically create PRs from test outputWatch wavetermdev/waveterm/refs/pull/865/merge on Dashcam