/jest-typescript-selenium

This project shows how to write and debug your selenium tests with Jest, Typescript and VSCode.

Primary LanguageTypeScript

Deprecated (Use Webdriverio instead)

WebdriverIO has better support for Typescript (https://webdriver.io/docs/typescript/) and write Selenium tests that are not flaky

Jest + Typescript + Selenium + VSCode

Getting started

git clone https://github.com/hieuxlu/jest-typescript-selenium.git
cd jest-typescript-selenium
npm install
npm run test