Skip to content

This project shows how to use Applitools along with WebdriverIO and Mocha Framework to test a website.

Notifications You must be signed in to change notification settings

josdem/applitools-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Applitools with WebdriverIO

code style: prettier

This is a workshop to show features around Applitools with Webdriver.io

Requirements

Note: I recommed to use NVM to manage NodeJS versions

To build the project

npm install

To format the project

npx prettier --write .

Setting up environment on Linux/Mac

export APPLITOOLS_API_KEY=${apiKey}

Setting up environment on Windows

 Set-Item -Path Env:APPLITOOLS_API_KEY -Value ${apiKey}

where:

  • ${apiKey} Is your Applitools api key

To run the project locally

npx wdio run wdio.conf.js

To run a single test

npx wdio run wdio.conf.js --spec=test/specs/${test}.spec.js

where:

${test} is the test spec name you want to run

Read this as reference

About

This project shows how to use Applitools along with WebdriverIO and Mocha Framework to test a website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published