-
Notifications
You must be signed in to change notification settings - Fork 466
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
chore(demo-cypress): screenshot testing for component tests #9290
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
@@ -3,7 +3,7 @@ | |||
class="fade" | |||
> | |||
<div tuiFade>Very long value in chip</div> | |||
<div>{{ 123435 | tuiAmount: 'RUB' | async }}</div> | |||
<div>{{ 123456 | tuiAmount: 'RUB' | async }}</div> |
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.
Just to debug that Playwright screenshot testing still properly works in CI
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.
@@ -3,6 +3,7 @@ | |||
"private": true, | |||
"devDependencies": { | |||
"@nx/cypress": "19.8.2", | |||
"cypress": "13.15.0" | |||
"cypress": "13.15.0", | |||
"cypress-image-diff-js": "2.2.1" |
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.
According to Cypress documentation:
Visual regression testing plugin maintained by Department for International Trade - UK Gov.
cypress-image-diff has active support for the last 4 years
@@ -156,7 +156,7 @@ | |||
"ng-packagr": "16.2.3", | |||
"ngx-highlightjs": "10.0.0", | |||
"nx": "19.8.2", | |||
"rxjs": "7.5.0", | |||
"rxjs": "7.8.1", |
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.
7.5.0
is not compatible with "moduleResolution": "bundler"
Visit the preview URL for this PR (updated for commit 7df8f9d): https://taiga-previews--pr9290-component-testing-sc-iu3wlhef.web.app (expires Wed, 02 Oct 2024 13:34:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 20bbff1ad19772ecf9c5134a84c0641b0d776f4a |
c1c152b
to
cae1e8e
Compare
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +199B +0.03% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
No description provided.