Rayrun
โ† Back to Discord Forum

can i get playwright faster ?

is there an args or something to pass in browser launch can make it faster ?

This thread is trying to answer question "Is there an argument or method to pass in browser launch to make it faster when using Playwright?"

8 replies

Use chrome? My experience is that Chrome is the fastest.

@x3raph: i want to use firefox

i want to use firefox

Not really, the launch time is the most time consuming thing. If you wanna lose that, try basing your tests only on jest. (If its just api testing)

If you only want to do API testing, you do not need to launch the browser. In this case it is likely that PW test (not PW library) is faster than jest.

tphillips8117

What's slow about it?

tphillips8117

๐Ÿ˜„

tphillips8117

I have found PW to be way faster than the tool we were previously using (TestComplete ๐Ÿ˜› )

I think playwright is faster than other options, but maybe some unit tests will be faster than end to end test but maybe not in firefox

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].