Skip to content

gvaatstra/webdriverio-accessibility-seleniumconf2025

Repository files navigation

webdriverio-accessibility-seleniumconf2025

Install

First in the root of the repo run the following command to install the dependencies.

npm install

Using the submodules

This repo contains optional submodules for the websites used in the tests. The websites are also hosted online, but if you'd like to make local changes, you can use the submodules.

You can initialize them by running the following command:

git submodule update --init --recursive

Using the Deque Axe Watcher

This is only necessary if you want to run the wdio-axe-watcher.e2e.ts tests. You'll need to create an .env file with the environment varialbe DEQUE_API_KEY with your Deque Developer Hub api-key.
You can create that HERE

The websites

The first of these websites is used in the test. The second is similar:

If you want to use the submodules, you can host them locally from within the specific site folder. Go to the sites folder and and go to the folder of one of the sites, then run the following command:

npx live-server

Resources

IBM equal access toolkit Deque VoiceOver shortcuts

Readings

Some readings that might give you an insights:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published