Skip to content

CrispusDH/wdio-ava-selenoid

Repository files navigation

Experiments with wdio v5, AVA and Selenoid

In this repo I try to run tests using wdio v5 as test framework and AVA as test runner in two options:

  1. Locally
  2. Using Selenoid (it should run each browser in container)

Links

How to run

  1. Run locally. Just type: npm run test. It will:
  • make cleanup dist folder
  • up chromedriver (in future it could be obsolete, so I will replace it with new one)
  • run ava with options for local running
  1. Run using Selenoid. You need once run npm run cm:install. And after it just run npm run avaselenoid. It will:
  • make clean up
  • download and configure Selenoid
  • run ava with options for running with Selenoid

Note: specify total number of parallel sessions by -limit flag in selenoid:start npm script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published