Skip to content

Using Reqnroll with Playwright: any drawbacks or limitations? #209

Closed Answered by gasparnagy
thomasvdr asked this question in Q&A
Discussion options

You must be logged in to vote

It makes sense to specify what do we mean on "Playwright" here, because it is actually two things:

  • a generic browser automation library ported to many platforms (like .NET)
  • a node.js based test runner with a lot of fancy features, like parallel handling and reporting

The Playwright test runner can only be used with node.js and JavaScript/TypeScript, so if you choose to use the Playwright .NET library, you automatically loose those benefits.

Once you have decided to use the Playwright .NET library, driving that with Reqnroll does not cause any drawbacks that you would need to accept. As far as I know all functionalities of the library can be used from Reqnroll as well.

The browser object…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thomasvdr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants