playwright/packages
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
..
html-reporter chore: do not embed copyright in redistributable assets (#14928) 2022-06-16 16:18:25 -07:00
playwright chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-chromium chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-core chore: do not serialize buffers into base64 in local mode (#15316) 2022-07-05 08:58:34 -07:00
playwright-ct-react chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-ct-svelte chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-ct-vue chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-ct-vue2 chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-firefox chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
playwright-test fix(test-runner): apply fixme v. skip annotations (#15277) 2022-07-05 10:46:30 -07:00
playwright-webkit chore: mark 1.24-next (#14857) 2022-06-21 19:32:15 +02:00
recorder fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
trace-viewer fix(test): speculative attempt to fix trace viewer test flakiness (3) (#15342) 2022-07-03 11:55:18 -07:00
web fix(types): follow up to react 18 changes (#14671) 2022-06-06 21:05:47 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00