Skip to content
Discussion options

You must be logged in to vote

I want to start by letting you know that https://github.com/quasarframework/quasar-testing is a better place for this kind of questions.

  1. Cypress 10 support is WIP: quasarframework/quasar-testing#259
  2. See test/cypress/support/component.[js|ts]:
    // Change this if you have a different entrypoint for the main scss.
    import 'src/css/app.scss';
    So, you would need to change that to import 'src/css/app.css'; in your case.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ssuess
Comment options

Answer selected by yusufkandemir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants