Hello, thanks for making this Playwright/Capybara driver!
I might be doing something wrong, but I'm having a hard time to figure out how to pass basic Playwright configuration when initializing the driver.
For example, I would like to modify the testIdAttribute configuration param.
When normally using Playwright, you would define this in your config like so:
Hello, thanks for making this Playwright/Capybara driver!
I might be doing something wrong, but I'm having a hard time to figure out how to pass basic Playwright configuration when initializing the driver.
For example, I would like to modify the
testIdAttribute
configuration param. When normally using Playwright, you would define this in your config like so:How does this translate to the Capybara driver? How can I include these settings when initalizing?
Or better yet, can the Capybara driver use my local
playwright.config.js
somehow?I could not find any answers in the documentation.