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

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

Open
hstove wants to merge 5 commits into
fix/q4from
feature/jest-e2e
Open

Proof-of-concept tests with jest & puppeteer#183
hstove wants to merge 5 commits into
fix/q4from
feature/jest-e2e

Conversation

@hstove
Copy link
Copy Markdown
Contributor

@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