-
Notifications
You must be signed in to change notification settings - Fork 523
ci: fix cypress problem #11422
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
ci: fix cypress problem #11422
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
View your CI Pipeline Execution ↗ for commit d0e8bc8
☁️ Nx Cloud last updated this comment at |
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.
Pull Request Overview
This PR fixes Cypress configuration and build issues in the demo-cypress project by updating TypeScript compilation settings, resolving import path problems, and optimizing font loading.
- Updated TypeScript configuration to exclude
.ts
files from compilation - Fixed webpack compilation error by changing import path from
@demo/utils
to relative path - Reorganized HTML structure and improved font face declarations with proper weights
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
projects/demo-cypress/tsconfig.json | Excludes TypeScript files from compilation to resolve build issues |
projects/demo-cypress/src/tests/dropdown-mobile.cy.ts | Replaces problematic import with direct relative path and adds explanatory comment |
projects/demo-cypress/src/support/component-index.html | Restructures HTML and adds multiple font-weight declarations for Manrope font |
projects/demo-cypress/cypress.config.ts | Adds webpack configuration and enables single tab run mode |
BundleMonUnchanged files (5)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Visit the preview URL for this PR (updated for commit d0e8bc8): https://taiga-previews-demo--pr11422-splincode-cypress-problem-puu7fbfj.web.app (expires Sat, 26 Jul 2025 11:09:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
72527fb
to
e1087ad
Compare
Playwright test resultsDetails
Skipped testschromium › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts › DropdownMobile for textfields › with legacy select |
e1087ad
to
d81b7f5
Compare
d81b7f5
to
d0e8bc8
Compare
No description provided.