Rayrun
← Back to Discord Forum

React electron boilerplate slow fixture

I've did quite some research on the internet for e2e testing and Playwright got on top, fast, good for memory, multibrowsers, multitabs.

But after that I've tried both, Cypress takes 6 seconds while Playwright took 19 seconds. Which is 7 seconds and I think that's pretty long.

So for loading localhost:3000 it takes pretty long in my opinion. Is there a solution for that? Or should I try loading components? Or did I do something wrong?

This thread is trying to answer question "Is there a solution to reduce the long loading time for localhost:3000 in Playwright, or should I try loading components instead? Am I doing something wrong in my approach?"

1 reply

Should I not be doing this? test.beforeEach(async ({ page }) => { await page.goto('http://localhost:3000/'); });

Related Discord Threads

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].