mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 04:20:23 -05:00
ff559dfd3a
* fix(deps): update dependency webdriver to v9.13.0 * empty commit * changelog entry * update webdriver to 9.14.0 and update patches * Update packages/server/patches/@wdio+protocols+9.14.0.patch Co-authored-by: Matt Schile <mschile@cypress.io> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Matt Schile <mschile@cypress.io>
19 lines
716 B
Diff
19 lines
716 B
Diff
diff --git a/node_modules/@wdio/protocols/build/index.js b/node_modules/@wdio/protocols/build/index.js
|
|
index 374e3dd..9c820d0 100644
|
|
--- a/node_modules/@wdio/protocols/build/index.js
|
|
+++ b/node_modules/@wdio/protocols/build/index.js
|
|
@@ -5276,9 +5276,11 @@ var gecko_default = {
|
|
],
|
|
parameters: [
|
|
{
|
|
- name: "addon",
|
|
+ // cypress uses 'path' over 'addon' to avoid zipping the extension,
|
|
+ // which is easier for cypress to incorporate and doesn't break users
|
|
+ name: "path",
|
|
type: "string",
|
|
- description: "base64 string of the add on file",
|
|
+ description: "path to the extension",
|
|
required: true
|
|
},
|
|
{
|