-
Notifications
You must be signed in to change notification settings - Fork 1
feat(visual-testing): poc percy visual testing #357
Conversation
# Conflicts: # package-lock.json # package.json
Thanks for contributing to Dialtone Vue! Please read below for some important info regarding Vue 3 compatibility. Currently we need to maintain two branches in Dialtone Vue, one for Vue 2, one for Vue 3. This means you must create two PRs for every feature change you make. One into Many times the change you have made in Vue 2 will be identical to the change you need to make in Vue 3. To make this easier we have made a script that can copy your changes from this branch to a new branch off of staging-vue3 suffixed with -vue3. run Once the new branch is created, you will need to look at your code to make sure it still makes sense and test that your changes all work in vue 3. If everything is good you can push it and create a PR into It is a required check for every PR to have a corresponding branch called What if I make more changes to my vue 2 branch after running ./copy_pr_vue3.sh?You can copy these to the existing -vue3 branch by running the script with a git SHA param like so:
where 2a78db7 is the last commit from your branch that was copied to the other branch (all commits after this will be copied) If it's just one or two commits, you may prefer to just manually use What if I get a conflict?Its possible to get a conflict when running |
βοΈ Deploy Preview ready! |
βοΈ Deploy Preview ready! |
βοΈ Deploy Preview ready! |
βοΈ Deploy Preview ready! |
.storybook/preview.js
Outdated
} | ||
}, | ||
percy: { | ||
include: ['Avatar'], |
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.
What about these stories that require some kind of user interaction to be shown (ex: modal, popover, dropdown with click, tooltip with hover)?
βοΈ Deploy Preview ready! |
# Conflicts: # package-lock.json # package.json
βοΈ Deploy Preview ready! |
Teat(visual testing): Dt 398 poc percy visual testing
π οΈ Type Of Change
π Description
I need to create a PR to test that github actions workflow is working correctly
π‘ Context
We need a way to visually test or components, this is a POC to check capabilities of Percy
π Checklist