Skip to content

Wopee-io/webdriverio-template

 
 

Repository files navigation

WebdriverIO tests template repo

A) Run in the cloud using GitHub Actions

Setup

  • Open: Settings tab -> Secrets & Variables -> Actions
    • Set WOPEE_API_KEY in Secrets
    • Set WOPEE_PROJECT_UUID in Variables

Run

  • Run WebdriverIO tests workflow from Actions tab

B) Run locally on your machine

Setup

  • Install Node.js
  • Install WebdriverIO or Docker
  • Clone the repo
  • Create a .env file using .env.example as a template
  • Create Personal Access Token (classic) with scope read:packages and set it as GITHUB_TOKEN environment variable

Run locally using WebdriverIO

  • Run npm run tests

Run locally using Docker

  • Run npm run tests-in-docker

About

Integration project: ${URL} for ${EMAILS}

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%