Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Proof-of-concept tests with jest & puppeteer #183

Open
wants to merge 5 commits into
base: fix/q4
Choose a base branch
from

Conversation

hstove
Copy link
Collaborator

@hstove hstove commented Nov 8, 2019

Jest is a very popular JS framework for running any kind of tests.

Puppeteer is becoming the go-to framework for running integration tests in a headless browser, which is faster than Selenium, and requires less of an overhead.

jest-puppeteer is a great plugin that makes it easy to write test expectations using puppeteer.

This PR is really a proof-of-concept way for me to write some extra integration tests, while trying to fix issues related to our protractor/selenium based tests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant