Skip to content
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

feat: adding stylesheets to cypress components #1802

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

reachaadrika
Copy link
Contributor

Description

  • Currently , on running cypress tests , only the content of component was rendered on the cypress test window , it is important that even styles are rendered on the screen . For this I have imported the global styles file in the cypress component file , and thus the css is also rendered on the test window .

-For eg :

  1. Tests for DocsCards :
    image

  2. Tests for features :
    image

  3. Typography tests :
    image

  4. Community tests :

  5. Header
    image
    2 . HomeCard
    image

Related issue(s)
fixes #1801

@netlify
Copy link

netlify bot commented Jun 18, 2023

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 294f1ab
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/648ed4262e0d9100088a4b74
😎 Deploy Preview https://deploy-preview-1802--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions
Copy link

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 48
🟢 Accessibility 98
🟢 Best practices 100
🟢 SEO 100
🔴 PWA 30

Lighthouse ran on https://deploy-preview-1802--asyncapi-website.netlify.app/

@akshatnema
Copy link
Member

/rtm

@asyncapi-bot asyncapi-bot merged commit 8bb6f91 into asyncapi:master Jun 18, 2023
@akshatnema akshatnema added the gsoc This label should be used for issues or discussions related to ideas for Google Summer of Code label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc This label should be used for issues or discussions related to ideas for Google Summer of Code ready-to-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import stylesheets to cypress test files
3 participants