-
Updated
Oct 13, 2021 - JavaScript
Playwright
Playwright provides a set of APIs to automate Chromium, Firefox, and WebKit browsers. By using the Playwright API, you can write scripts to create new browser pages, navigate to URLs, and interact with elements on a page. Along with a test runner, Playwright can be used to automate user interactions to validate and test web applications.
Here are 296 public repositories matching this topic...
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Oct 13, 2021 - Python
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Oct 11, 2021 - C#
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
I'm calling playwright-go from a TUI and it's cluttering up the TUI with these logs on startup: https://github.com/mxschmitt/playwright-go/blob/067f4185d7b5d1f2fffacbc7ac2cfae47b8afe9a/run.go#L89.
Would it be possible to make these log statements toggleable?
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Apr 14, 2021 - Vue
-
Updated
Oct 12, 2021 - Java
Preconditions:
- there is one test run with diff
- there is one test run without diff
Steps:
- open test run with diff
- toggled to display image diff
- click on next button
Actual result:
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Oct 11, 2021 - Python
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Oct 10, 2021 - HTML
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 13, 2021
-
Updated
Oct 9, 2021 - TypeScript
Describe the issue
We want to use 2 plugins to prettify commits,
1.) https://github.com/trivago/prettier-plugin-sort-imports
2.) https://www.npmjs.com/package/prettier-plugin-tailwind.
Related:-
These plugin are not working as exepected due to trivago/prettier-plugin-sort-imports#33
What's expected behaviour
Prettier plugin should work and prettify f
-
Updated
Aug 30, 2021 - TypeScript
The current mock mechanism is "strict" regarding trailing slashes:
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 404
This behaviour should be at least configurable to allow ignoring trailing slashes:
const mockiavelli = await Mockiavelli.setup(page, {ignoreTrailingSlashes: true});
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 200
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Oct 12, 2021 - TypeScript
Created by Microsoft
Released January 31, 2020
Latest release 8 days ago
- Repository
- microsoft/playwright
- Website
- playwright.dev

What are you trying to achieve?
export
DataTableand other cucumber-related types such that we can use it in step definitionsWhat do you get instead?
I need to manually define it on our own