MyGit

v1.42.0

microsoft/playwright

版本发布时间: 2024-02-28 03:06:06

microsoft/playwright最新发布版本:v1.43.1(2024-04-13 02:26:42)

New APIs

Breaking changes

Mixing the test instances in the same suite is no longer supported. Allowing it was an oversight as it makes reasoning about the semantics unnecessarily hard.

const test = baseTest.extend({ item: async ({}, use) => {} });
baseTest.describe('Admin user', () => {
  test('1', async ({ page, item }) => {});
  test('2', async ({ page, item }) => {});
});

Announcements

Browser Versions

This version was also tested against the following stable channels:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-02-28发行的版本