Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Added Playwright 1.26.0 image information #575

Merged
merged 3 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion build/firefox.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (c *Firefox) channelToBuildArgs() []string {
case "esr":
return []string{"PACKAGE=firefox-esr", "PPA=ppa:mozillateam/ppa"}
default:
return []string{}
return []string{"PPA=ppa:mozillateam/ppa"}
}
}

Expand Down
1 change: 1 addition & 0 deletions docs/firefox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ WARNING: Firefox 53.0+ images require Selenium client 3.4.0 or newer for Java an
| selenoid/firefox:102.0 | selenoid/vnc_firefox:102.0 | 1.10.7 | 0.29.1 | 102.0
| selenoid/firefox:103.0 | selenoid/vnc_firefox:103.0 | 1.10.8 | 0.31.0 | 103.0
| selenoid/firefox:104.0 | selenoid/vnc_firefox:104.0 | 1.10.8 | 0.31.0 | 104.0
| selenoid/firefox:105.0 | selenoid/vnc_firefox:105.0 | 1.10.8 | 0.31.0 | 105.0.1
|===
8 changes: 6 additions & 2 deletions docs/playwright.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ These images are used to run https://github.com/microsoft/playwright[Playwright]
| playwright/chromium:playwright-1.25.0 | - | 1.25.0 | 105.0.5195.19
| playwright/chromium:playwright-1.25.1 | - | 1.25.1 | 105.0.5195.19
| playwright/chromium:playwright-1.25.2 | playwright/chromium:105.0 | 1.25.2 | 105.0.5195.19
| playwright/chromium:playwright-1.26.0 | playwright/chromium:106.0 | 1.26.0 | 106.0.5249.30
|===

.Chrome Images
Expand Down Expand Up @@ -117,7 +118,8 @@ These images are used to run https://github.com/microsoft/playwright[Playwright]
| playwright/chrome:playwright-1.24.2 | playwright/chrome:103.0 | 1.24.2 | 103.0.5060.134
| playwright/chrome:playwright-1.25.0 | - | 1.25.0 | 104.0.5112.101
| playwright/chrome:playwright-1.25.1 | playwright/chrome:104.0 | 1.25.1 | 104.0.5112.101
| playwright/chrome:playwright-1.25.2 | playwright/chrome:105.0 | 1.25.2 | 105.0.5195.102
| playwright/chrome:playwright-1.25.2 | - | 1.25.2 | 105.0.5195.102
| playwright/chrome:playwright-1.26.0 | playwright/chrome:105.0 | 1.26.0 | 105.0.5195.125
|===

.Firefox Images
Expand Down Expand Up @@ -181,6 +183,7 @@ These images are used to run https://github.com/microsoft/playwright[Playwright]
| playwright/firefox:playwright-1.25.0 | - | 1.25.0 | 103.0
| playwright/firefox:playwright-1.25.1 | - | 1.25.1 | 103.0
| playwright/firefox:playwright-1.25.2 | playwright/firefox:103.0 | 1.25.2 | 103.0
| playwright/firefox:playwright-1.26.0 | playwright/firefox:104.0 | 1.26.0 | 104.0
|===

.Webkit (Safari Desktop) Images
Expand Down Expand Up @@ -243,5 +246,6 @@ These images are used to run https://github.com/microsoft/playwright[Playwright]
| playwright/webkit:playwright-1.24.2 | - | 1.24.2 | 16.0
| playwright/webkit:playwright-1.25.0 | - | 1.25.0 | 16.0
| playwright/webkit:playwright-1.25.1 | - | 1.25.1 | 16.0
| playwright/webkit:playwright-1.25.2 | playwright/webkit:16.0 | 1.25.2 | 16.0
| playwright/webkit:playwright-1.25.2 | - | 1.25.2 | 16.0
| playwright/webkit:playwright-1.26.0 | playwright/webkit:16.0 | 1.26.0 | 16.0
|===