webdriverio / component-testing-examples

This repository contains several examples testing web components using WebdriverIO

Home Page:https://webdriver.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebdriverIO Component Testing Examples Test

This repository contains several examples for testing web components using WebdriverIO. They are using different frameworks and set-ups and we will continue to add more examples as we improve support for more environments. All examples use WebdriverIO v8 and the @wdio/browser-runner to run tests within the browser environment.

Current examples are:

If you are missing an example, feel free to raise an issue.

Usage

You can test component testing with WebdriverIO using the given examples:

  1. Switch to the desired example directory

    cd ./<example-directory>
  2. Install dependencies:

    npm install
  3. Run WebdriverIO tests:

    npm run wdio

Documentation

For more information on browser and component testing using WebdriverIO, check out the project docs.

Contributing

Contributions to adding more examples or extending existing examples are very welcome. For questions about this topic, feel free to join us on Discord Support channel or raise an issue.

About

This repository contains several examples testing web components using WebdriverIO

https://webdriver.io

License:MIT License


Languages

Language:TypeScript 63.6%Language:CSS 14.8%Language:Vue 10.0%Language:JavaScript 7.5%Language:HTML 2.5%Language:Svelte 1.6%Language:Arc 0.0%