playwright/tests
Ross Wollman 981f5ab8c1
fix(test-runner): apply fixme v. skip annotations (#15277)
Currently, if `text.fixme()` or `test.skip()` is used within a test, we
add a `fixme` or `skip` annotation. However, if the wrapper style is
used:

```
test.fixme('should work', () => {…})
```

the annotations were missing. This change adds annotations for the
above.

These annotations are important for reporting purposes and knowing
exactly what flavor of "skipped" was used.

Fixes #15239.
2022-07-05 10:46:30 -07:00
..
android chore: hide plugins for now (#13908) 2022-05-03 14:25:56 -07:00
assets feat(chromium): Service Worker Network Instrumentation and Inspection (#14716) 2022-07-01 12:49:43 -07:00
components feat(ct): support Vue2 (#14600) 2022-06-02 17:37:43 -07:00
config test: fix some flaky failures (#15314) 2022-07-01 13:57:33 -07:00
electron test: fix some flaky failures (#15314) 2022-07-01 13:57:33 -07:00
installation test: installation test for CDN failover (#14963) 2022-06-20 11:24:23 -07:00
library test: fix some flaky failures (#15314) 2022-07-01 13:57:33 -07:00
page feat(evaluate): serialized URL instances (#15023) 2022-07-05 17:53:02 +02:00
playwright-test fix(test-runner): apply fixme v. skip annotations (#15277) 2022-07-05 10:46:30 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00