Is it possible to turn off all animations during e2e testing? #16160
Unanswered
Hiroshiba
asked this question in
CLI - Electron mode
Replies: 1 comment 1 reply
-
Have you tried enabling reducedMotion preference on Playwright? Not sure if Quasar fully supports |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing software using Quasar and recently started using Playwright to introduce e2e testing. Since Quasar appropriately uses roles and IDs, I can effectively utilize automated test generation, making the whole process very stress-free. However, during these e2e tests, there are many instances where it's better to wait if there are any animations or transitions occurring. I was looking for a way to turn off all animations just during testing, but couldn't find one. Is there a method to do this within Quasar?
Beta Was this translation helpful? Give feedback.
All reactions