• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UI5 / webcomponents-react / 25544750361 / 4 – playwright
84%
main: 84%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 08:20AM UTC
Files 9
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2026 07:59AM UTC coverage: 86.98%. Remained the same
playwright – 25544750361.4

push

github

web-flow
chore(deps): update dependency ava to v8 (#8537)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [ava](https://avajs.dev)
([source](https://redirect.github.com/avajs/ava)) | [`7.0.0` →
`8.0.0`](https://renovatebot.com/diffs/npm/ava/7.0.0/8.0.0) |
![age](https://developer.mend.io/api/mc/badges/age/npm/ava/8.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ava/7.0.0/8.0.0?slim=true)
|

---

### Release Notes

<details>
<summary>avajs/ava (ava)</summary>

###
[`v8.0.0`](https://redirect.github.com/avajs/ava/releases/tag/v8.0.0)

[Compare
Source](https://redirect.github.com/avajs/ava/compare/v7.0.0...v8.0.0)

#### Breaking Changes

AVA now expects Node.js 22.20, 24.12 or newer.

Internally AVA is now fully ESM. This is possible now that Node.js
supports loading ES modules using `require()` calls and simplifies AVA's
types and internals.

If you use AVA from a CommonJS project you'll have to update your
imports:

```diff
-const test = require('ava');
+const {default: test} = require('ava');
```

We expect an increasing number of projects to be ESM only. As per the
above, CommonJS is still supported, but we don't expect `cjs` extensions
to be used. The default file extensions are now `js` and `mjs`. Specify
`extensions: ['cjs', 'js', 'mjs']` for AVA to run test files with the
`cjs` extension.

All test files (and those loaded through AVA's `require` config) are now
loaded via `import()`. Use [customization
hooks](https://nodejs.org/docs/latest/api/module.html#customization-hooks)
for transpilation. The object form of the `extensions` configuration is
no longer supported.

If you use AVA with
[@&#8203;ava/typescript](https://redirect.github.com/avajs/typescript)
you must upgrade that package to v7.

#### New Features

There's two new test modifiers [courtesy
of](https://... (continued)

208 of 256 branches covered (81.25%)

Branch coverage included in aggregate %.

273 of 297 relevant lines covered (91.92%)

57.57 hits per line

Source Files on job playwright - 25544750361.4
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25544750361
  • e94d0640 on github
  • Prev Job for on main (#25543317393.2)
  • Next Job for on main (#25560658474.2)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc