All Projects → alexeyraspopov → Jest Webdriver

alexeyraspopov / Jest Webdriver

Licence: mit
Connect Jest tests to Selenium WebDriver

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jest Webdriver

Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+996.07%)
Mutual labels:  jest
Aspnetcore Vue Typescript Template
Template AspNetCore with Vue, Vue router, Vuex, TypeScript, Bulma, Sass and Jest
Stars: ✭ 215 (-6.11%)
Mutual labels:  jest
Testing React Redux With Jest And Enzyme
React Redux Testing Template using Jest and Enzyme
Stars: ✭ 224 (-2.18%)
Mutual labels:  jest
Panther
A browser testing and web crawling library for PHP and Symfony
Stars: ✭ 2,480 (+982.97%)
Mutual labels:  selenium-webdriver
Testdeck
Object oriented testing
Stars: ✭ 206 (-10.04%)
Mutual labels:  jest
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (-5.68%)
Mutual labels:  jest
Lerna Yarn Workspaces Monorepo
🐉 A Monorepo with multiple packages and a shared build, test, and release process.
Stars: ✭ 201 (-12.23%)
Mutual labels:  jest
Sinon Jest Cheatsheet
Some examples on how to achieve the same goal with either of both libraries: sinon and jest. Also some of those goals achievable only by one of these tools.
Stars: ✭ 226 (-1.31%)
Mutual labels:  jest
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (-9.61%)
Mutual labels:  jest
Jsdom Worker
👷‍♀️ Use Web Workers in Jest / JSDOM 🌈
Stars: ✭ 218 (-4.8%)
Mutual labels:  jest
Root Cause
🔍 Root Cause is a tool for troubleshooting Puppeteer and Playwright tests. 🔎
Stars: ✭ 205 (-10.48%)
Mutual labels:  jest
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+6045.41%)
Mutual labels:  jest
Modern Node
All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard
Stars: ✭ 216 (-5.68%)
Mutual labels:  jest
Learning React
The code samples for Learning React by Alex Banks and Eve Porcello, published by O'Reilly Media
Stars: ✭ 2,705 (+1081.22%)
Mutual labels:  jest
Jest Schematic
Angular schematic for adding Jest and the required files to an Angular CLI project
Stars: ✭ 224 (-2.18%)
Mutual labels:  jest
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (-12.23%)
Mutual labels:  jest
Steward
PHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
Stars: ✭ 215 (-6.11%)
Mutual labels:  selenium-webdriver
Jest Mock Extended
Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
Stars: ✭ 224 (-2.18%)
Mutual labels:  jest
Jest Date Mock
🌗 Mock `Date` when run unit test cases with jest. Make tests of Date easier.
Stars: ✭ 224 (-2.18%)
Mutual labels:  jest
Svelte Boilerplate
Svelte application boilerplate with Webpack, Babel, PostCSS, Sass, Fetch, Jest, .Env, EsLint.
Stars: ✭ 216 (-5.68%)
Mutual labels:  jest

Jest WebDriver Integration

Connect Jest tests to Selenium WebDriver.

Limitations

The project is in progress. It only supports running preinstalled WebDrivers (Chrome, Safari, Firefox, Edge, IE) without additional options. Capabilities configuration will be added soon. Pull requests welcomed.

Usage

The project includes next packages that are available via NPM:

Examples

In examples folder you can find complete demo projects with installed Jest WebDriver packages and a sample test case that does a thing.

  • Basic Test Case — a demo project that includes minimum configuration and runs a single test that is written with all the recommended design patterns

Documentation

Complete documentation and guidelines are in progress. You can find basic API reference in each package's folder.

As a complete "getting started" guide please read Testing javascript applications with Selenium, Async/Await, and Jest.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].