Commit bee5db4
authored
Read installed @playwright/test version when building the e2e image tag (TryGhost#27880)
no ref
\`e2e/scripts/load-playwright-container-env.sh\` constructs the
Playwright Docker image tag from the version declared in
\`e2e/package.json\`. Switched from reading the manifest field
(\`devDependencies["@playwright/test"]\`) to reading the installed
package's actual version
(\`require("@playwright/test/package.json").version\`).1 parent b0fb941 commit bee5db4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments