playwright-java icon indicating copy to clipboard operation
playwright-java copied to clipboard

[Feature] Add emulation config examples to documentation

Open DonaldTrumpAgent opened this issue 3 years ago • 0 comments

Unlike Playwright Nodejs that has a playwright.config.ts for presetting all the emulations. The current documentation of Playwright Java has to use the JUnit test runners in order to configure different user agents. However, the current example contains only the scenario where the test is only use one browser. Would it be possible to add examples with different devices and browsers to the documentation ?

DonaldTrumpAgent avatar May 27 '22 08:05 DonaldTrumpAgent