Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Aug 10, 2023
1 parent ca63ba5 commit b980385
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Using `merge-reports` tool requires the following steps:

```js title="playwright.config.ts"
export default defineConfig({
testDir: './tests',
reporter: process.env.CI ? 'blob' : 'html',
testDir: './tests',
reporter: process.env.CI ? 'blob' : 'html',
});
```

Expand All @@ -33,7 +33,7 @@ Using `merge-reports` tool requires the following steps:
npx playwright merge-reports --reporter html ./all-blob-reports
```

Read more in [our documentation](./test-sharding-js.md).
Read more in [our documentation](./test-sharding.md).

### 📚 Debian 12 Bookworm Support

Expand All @@ -50,8 +50,8 @@ Linux support looks like this:

### UI Mode Updates

- Respects project dependencies
- Displays console logs from test
- UI Mode now respects project dependencies. You can control which dependencies to respect by checking/unchecking them in a projects list.
- Console logs from the test are now displayed in the Console tab.

### Browser Versions

Expand Down

0 comments on commit b980385

Please sign in to comment.