forked from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 47
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
add percy integration #124
Open
devpatil7
wants to merge
39
commits into
develop
Choose a base branch
from
percy-demo-new
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
dcc5b46
update cypress
devpatil7 31b6f6f
update
devpatil7 bff6872
update
devpatil7 0ea3671
update
devpatil7 b35da53
update
devpatil7 8c57e75
update
devpatil7 21d57cd
update
devpatil7 335e48c
update
devpatil7 bb290fc
update
devpatil7 7063664
Merge branch 'develop' into percy-demo-new
devpatil7 4bb784a
update
devpatil7 804404e
test
devpatil7 bccf626
update
devpatil7 0dc6d66
update
devpatil7 77be458
update
devpatil7 d293de0
update
devpatil7 572f8f4
fix mobile screen with percy
devpatil7 dbd46a3
update
devpatil7 7d59d23
recheck
devpatil7 be52271
check mobile view fix
devpatil7 674c544
update
devpatil7 ae4104c
update
devpatil7 4f0390c
test
devpatil7 4e11e09
update
devpatil7 d900c75
update
devpatil7 9168ebd
disable mobile
devpatil7 d20bf6e
update
devpatil7 01d182d
avoid duplicating
devpatil7 098b084
update
devpatil7 09b5057
cleanup
devpatil7 220a3f0
Check stability 1
devpatil7 8af1fa2
Check stability 2
devpatil7 5eaf1c4
Merge branch 'develop' into percy-demo-new
devpatil7 b97a8db
Merge branch 'develop' into percy-demo-new
devpatil7 4984a8b
fix missed conflict
devpatil7 8cdc92a
Merge branch 'develop' into percy-demo-new
devpatil7 1a19f9d
Merge branch 'develop' into percy-demo-new
devpatil7 bd435fc
update
devpatil7 1d01aff
Merge branch 'develop' into percy-demo-new
devpatil7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
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.
So this is something that can only be run on CICD? Will it gracefully fail if we run cypress locally?
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.
Only the GitHub action uses percy. Locally you run cypress in your own browser via the
cypres:run
command.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.
There are test lines which include calls to Percy - just making sure these won't fail.
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.
Dev told me that these percy commands are just skipped and do not throw if you do not have the percy token. 👍🏼