
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@vue/cli-plugin-e2e-webdriverio
Advanced tools
e2e-webdriverio plugin for vue-cli
vue-cli-service test:e2e
Run end-to-end tests with WebdriverIO.
Options:
--remote Run tests remotely on SauceLabs
All WebdriverIO CLI options are also supported.
Additionally, all WebdriverIO CLI options are also supported.
E.g.: --baseUrl, --bail etc.
The following structure will be generated when installing this plugin:
tests/e2e/
├── pageobjects/
| └── app.page.js
├── specs/
| ├── app.spec.js
└── .eslintrc.js
In addition to that there will be 3 configuration files generated:
wdio.shared.conf.js: a shared configuration with all options defined for all environmentswdio.local.conf.js: a local configuration for local testingwdio.sauce.conf.js: a remote configuration for testing on a cloud provider like Sauce LabsThe directories contain:
pageobjectsContains an example for an page object. Read more on using PageObjects with WebdriverIO.
specsYour e2e tests.
vue add e2e-webdriverio
For users with older CLI versions you may need to run vue add @vue/e2e-webdriverio.
By default, all tests inside the specs folder will be run using Chrome. If you'd like to run end-to-end tests against Chrome (or Firefox) in headless mode, simply pass the --headless argument. Tests will be automatically run in parallel when executed in the cloud.
$ vue-cli-service test:e2e
Running a single test
To run a single test supply the filename path. E.g.:
$ vue-cli-service test:e2e --spec tests/e2e/specs/test.js
Skip Dev server auto-start
If the development server is already running and you want to skip starting it automatically, pass the --url argument:
$ vue-cli-service test:e2e --baseUrl=http://localhost:8080/
FAQs
e2e-webdriverio plugin for vue-cli
The npm package @vue/cli-plugin-e2e-webdriverio receives a total of 256 weekly downloads. As such, @vue/cli-plugin-e2e-webdriverio popularity was classified as not popular.
We found that @vue/cli-plugin-e2e-webdriverio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.