Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
52f594e
cherry-pick(#24128): chore: update WebKit browser version to 17.0
aslushnikov Jul 10, 2023
b7dcc2b
cherry-pick(#24127): fix: do not create empty directories for success…
aslushnikov Jul 10, 2023
e9e6cf5
cherry-pick(#24106): fix(trace): do not allow after w/o before
pavelfeldman Jul 8, 2023
6ee70e2
cherry-pick(#24135): docs: add release notes for 1.36
aslushnikov Jul 10, 2023
1e8e8b4
chore: mark 1.36.0 (#24129)
aslushnikov Jul 10, 2023
74ec8c2
cherry-pick(#24145): fix(snapshots): match resources by method (#24147)
dgozman Jul 11, 2023
cf5900f
cherry-pick(#24213): Revert "fix: do not collide with other tests whe…
playwrightmachine Jul 14, 2023
4417b78
chore: mark 1.36.1 (#24230)
aslushnikov Jul 14, 2023
40e2096
cherry-pick(#24371): fix: properly handle character sets in globs
aslushnikov Jul 24, 2023
1f983ac
chore: mark 1.36.2 (#24379)
aslushnikov Jul 24, 2023
97c5cd5
remote recorder updates
ramitheeb Aug 3, 2023
54e3fc2
hide recorder window
ramitheeb Aug 3, 2023
9e84d43
add types and docs
ramitheeb Aug 3, 2023
df887fe
remove types
ramitheeb Aug 3, 2023
68324ad
publish
Ilaiwi Aug 6, 2023
f97ffa3
Merge pull request #3 from Intuned/reami-changes-rebased
Ilaiwi Aug 6, 2023
3c5acaf
correct version
Ilaiwi Aug 7, 2023
87e9a79
expose setStorageState function
ramitheeb Aug 16, 2023
2f39e56
new version
ramitheeb Aug 16, 2023
fd31c54
Merge pull request #4 from Intuned/expose-set-storage-state
Ilaiwi Aug 16, 2023
8f79669
setup storybook
fadezak100 Aug 30, 2023
1094fe3
expose trace-viewer package
fadezak100 Aug 31, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ test-results
/tests/installation/output/
/tests/installation/.registry.json
.cache/
.eslintcache
.eslintcache
.npmrc
storybook-static/
63 changes: 63 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
import path from "path";

module.exports = {
stories: ["../stories/*.stories.tsx"],
addons: [
"@storybook/addon-actions",
"@storybook/addon-links",
"@storybook/addon-essentials",
],
framework: {
name: "@storybook/react-vite",
options: {},
},
core: {
builder: "@storybook/builder-vite",
},
async viteFinal(config, { configType }) {
return {
...config,
viteConfig: require("../packages/trace-viewer/vite.config"),
define: {
"process.env.NODE_DEBUG": false,
},
resolve: {
alias: [
{
find: "@web",
replacement: path.join(__dirname, "../packages/web/src"),
},
{
find: "@injected",
replacement: path.join(
__dirname,
"../packages/playwright-core/src/server/injected"
),
},
{
find: "@isomorphic",
replacement: path.join(
__dirname,
"../packages/playwright-core/src/utils/isomorphic"
),
},
{
find: "@protocol",
replacement: path.join(__dirname, "../packages/protocol/src"),
},
{
find: "@testIsomorphic",
replacement: path.join(
__dirname,
"../packages/playwright-test/src/isomorphic"
),
},
{
find: "@trace",
replacement: path.join(__dirname, "../packages/trace/src"),
},
],
},
};
},
};
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🎭 Playwright

[![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-115.0.5790.75-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-115.0-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-16.4-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop -->
[![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-115.0.5790.75-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-115.0-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-17.0-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop -->

## [Documentation](https://playwright.dev) | [API reference](https://playwright.dev/docs/api/class-playwright)

Expand All @@ -9,7 +9,7 @@ Playwright is a framework for Web Testing and Automation. It allows testing [Chr
| | Linux | macOS | Windows |
| :--- | :---: | :---: | :---: |
| Chromium <!-- GEN:chromium-version -->115.0.5790.75<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| WebKit <!-- GEN:webkit-version -->16.4<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| WebKit <!-- GEN:webkit-version -->17.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Firefox <!-- GEN:firefox-version -->115.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |

Headless execution is supported for all browsers on all platforms. Check out [system requirements](https://playwright.dev/docs/intro#system-requirements) for details.
Expand Down
15 changes: 15 additions & 0 deletions docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ title: "Release notes"
toc_max_heading_level: 2
---

## Version 1.36

🏝️ Summer maintenance release.

### Browser Versions

* Chromium 115.0.5790.75
* Mozilla Firefox 115.0
* WebKit 17.0

This version was also tested against the following stable channels:

* Google Chrome 114
* Microsoft Edge 114

## Version 1.35

### Highlights
Expand Down
15 changes: 15 additions & 0 deletions docs/src/release-notes-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ toc_max_heading_level: 2

import LiteYouTube from '@site/src/components/LiteYouTube';

## Version 1.36

🏝️ Summer maintenance release.

### Browser Versions

* Chromium 115.0.5790.75
* Mozilla Firefox 115.0
* WebKit 17.0

This version was also tested against the following stable channels:

* Google Chrome 114
* Microsoft Edge 114

## Version 1.35

### Highlights
Expand Down
15 changes: 15 additions & 0 deletions docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ toc_max_heading_level: 2

import LiteYouTube from '@site/src/components/LiteYouTube';

## Version 1.36

🏝️ Summer maintenance release.

### Browser Versions

* Chromium 115.0.5790.75
* Mozilla Firefox 115.0
* WebKit 17.0

This version was also tested against the following stable channels:

* Google Chrome 114
* Microsoft Edge 114

## Version 1.35

<LiteYouTube
Expand Down
15 changes: 15 additions & 0 deletions docs/src/release-notes-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ title: "Release notes"
toc_max_heading_level: 2
---

## Version 1.36

🏝️ Summer maintenance release.

### Browser Versions

* Chromium 115.0.5790.75
* Mozilla Firefox 115.0
* WebKit 17.0

This version was also tested against the following stable channels:

* Google Chrome 114
* Microsoft Edge 114

## Version 1.35

### Highlights
Expand Down
Loading