Skip to content

🤖 E2E testing with Nuxt.js and Webdriver.io - Todolist example

Notifications You must be signed in to change notification settings

astagi/wdio-nuxt-e2e

Repository files navigation

To-do list example - Testing a Nuxt.js application using WebdriverIO

Build Status

Code of Testing a Nuxt.js application using WebdriverIO tutorial: learn how to test a Nuxt.js app with WebdriverIO following the Page Object pattern and set up Continuous Integration with TravisCI using WebdriverIO hooks.

Build Setup 👷🏻‍♂️

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Testing 🤖

👉🏻 To speed up tests execution during development run the dev server in another terminal executing yarn dev.

To execute tests run

yarn test:e2e

For detailed explanation on how things work, check out Nuxt.js docs.

About

🤖 E2E testing with Nuxt.js and Webdriver.io - Todolist example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published