-
Notifications
You must be signed in to change notification settings - Fork 0
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
switch to @brightspace-ui/testing #96
Conversation
.github/workflows/visual-diff.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't do anything since there are no tests, so removing it temporarily.
Replace `X`, `Y` and `Z` with [the current versions](https://github.com/BrightspaceUI/actions/tree/main/visual-diff#current-dependency-versions) the action is using. | ||
|
||
Then run the tests: | ||
This repo uses [@brightspace-ui/testing](https://github.com/BrightspaceUI/testing)'s vdiff command to perform visual regression testing: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically this isn't true (yet).
Co-authored-by: Danny Gleckler <[email protected]>
@@ -18,5 +18,7 @@ jobs: | |||
run: npm run lint:eslint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll hold off merging this until this gets in and I can update this script accordingly.
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Trying to get this repo into a more modern state so it can receive active development. This switches it to use
@brightspace-ui/testing
as its runner.After this, I'm going to move one Labs component into here just so that "components" has a presence. At that point I'll use the new vdiff stuff.