From 47d544649f8eaefdd4e9e0f725b5bd8fe6720884 Mon Sep 17 00:00:00 2001 From: John Su Date: Thu, 23 Jan 2020 17:58:25 +0000 Subject: [PATCH] Add Cypress testing framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e648ee..1df9a0e 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [tape](https://github.com/substack/tape) - Tap-producing test harness for node and browsers. * [TestCafe](https://github.com/DevExpress/testcafe) - Automated browser testing for the modern web development stack. * [ava](https://github.com/avajs/ava) - 🚀 Futuristic JavaScript test runner +* [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond. ### Assertion