1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-14 13:45:36 +03:00
Commit Graph

32 Commits

Author SHA1 Message Date
Max Schmitt
1dcb8f643d
chore: fix Android tests () 2022-12-15 07:56:57 +01:00
Pranav Jain
59118b83f9
feat(android): add support for passing CR args & proxy when launching browser ()
Fixes https://github.com/microsoft/playwright/issues/19211
2022-12-12 16:15:19 +01:00
Dmitry Gozman
28d3f48a65
test: gardening ()
- Separate worker for some Android tests.
- Use png comparator for some screenshots tests instead of buffer
equality.
- Skip drag&drop tests on Android.
- Various timeout fixes.
2022-11-07 15:35:21 -08:00
Max Schmitt
e25537f941
feat(android): add AndroidDevice.close event () 2022-10-25 18:18:14 -07:00
Max Schmitt
805312b722
feat(android): add Android.{launchServer,connect} ()
Fixes https://github.com/microsoft/playwright/issues/17538
2022-10-24 17:23:11 -07:00
Max Schmitt
904801a5eb
test: add initial webview2 tests () 2022-09-07 20:09:22 +02:00
Max Schmitt
7e2aec7454
chore: align more ESLint rules with VSCode formatting () 2022-08-18 20:12:33 +02:00
Max Schmitt
153670978d
chore: fix Android 13 compatibility () 2022-08-02 18:22:27 +02:00
Max Schmitt
501b24a078
test: android test enhancements () 2022-07-20 18:27:08 +02:00
Pavel Feldman
29fd1d86df
chore: hide plugins for now () 2022-05-03 14:25:56 -07:00
Ross Wollman
3b3cad7d69
feat: rewrite gitCommitInfo plugin, drop GlobalInfo & attachments () 2022-05-02 16:28:14 -07:00
Pavel Feldman
7989427ea6
chore: bundle core deps () 2022-04-18 20:20:49 -07:00
kaivean
d65263f151
feat(android): allow getting webviews by socket name () 2022-04-08 20:52:16 +02:00
Max Schmitt
eaab6406cd
chore: skip android driver omitDriverInstall test () 2022-04-08 02:14:34 +02:00
Pavel Feldman
5ae2017a5b
chore: always import type () 2022-04-06 14:57:14 -07:00
kaivean
5d2e8918d8
feat(android): add androidDevice.options.omitDriverInstall () 2022-04-02 16:00:38 -07:00
Pavel Feldman
a58707b8a6
chore: group tests under tests/ (2) () 2022-03-25 23:09:02 -07:00
Max Schmitt
d805cd9097
chore: skip failing android tests 2 () 2022-03-10 18:46:50 +01:00
Karan Shah
fd1a1a2b1c
feat(android): Adding custom port parameter to connect to different adb server port () 2022-03-04 20:27:25 +01:00
Max Schmitt
e0e6b66cbe
chore(android): align android context options with mixin () 2022-03-01 18:11:38 +01:00
Pavel Feldman
2e4722d460
test: migrate to upstream fixtures () 2021-10-28 08:31:30 -07:00
Pavel Feldman
31faa7d9a7
chore: sort out base fixtures () 2021-10-27 08:28:53 -07:00
Joel Einbinder
c89d5a50dd
chore: migrate to monorepo () 2021-10-11 16:52:17 +02:00
Max Schmitt
cd22072685
chore: enable object-curly-spacing in ESLint () 2021-09-27 18:58:08 +02:00
Pavel Feldman
bdb772d710
fix(android): fix android tests () 2021-08-15 22:54:30 -07:00
Dmitry Gozman
f745bf1fbc
chore: bring in folio source ()
- Source now lives at `src/test`.
- Former folio tests live at `tests/playwright-test`.
- We use `src/test/internal.ts` that exposes base test without
  Playwright fixtures for most tests (to avoid modifications for now).
- Test types live in `types/testFoo.d.ts`.
- Stable test runner is installed to `tests/config/test-runner` during `npm install`.
- All deps including test-only are now listed in `package.json`.
  Non-test deps must also be listed in `build_package.js` to get included.
2021-06-06 17:09:53 -07:00
Dmitry Gozman
57f3a53a7e
test: roll to folio@0.4.0-alpha16 () 2021-05-20 09:51:09 -07:00
Dmitry Gozman
e804d16dce
test: unflake webview tests ()
We close webviews after each test, for the safe `webViews().length` assertions.
2021-05-18 20:22:00 -07:00
Dmitry Gozman
4c3bd11820
test: roll to folio@0.4.0-alpha14 () 2021-05-16 19:58:26 -07:00
Dmitry Gozman
2d4538c23d
test: cleanup tests and configs after last folio update () 2021-05-08 17:45:04 -07:00
Dmitry Gozman
11882cdda7
test: roll to folio@0.4.0-alpha3 () 2021-04-29 11:11:32 -07:00
Dmitry Gozman
be79b3883b
test: bring new folio and migrate small amount of tests to it () 2021-04-01 16:35:26 -07:00