Tag

chai

0 views collected around this technical thread.

NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Mar 3, 2021 · Frontend Development

Frontend Unit Testing Technical Solutions: A Comprehensive Guide

This guide surveys modern frontend unit‑testing solutions, comparing Node’s assert, Chai, Mocha, Jasmine, and Jest, explaining module formats, environment setups for Node, JSDOM, and real browsers, and detailing React testing with Jest + Enzyme’s shallow, mount, and render methods.

EnzymeJestKarma
0 likes · 25 min read
Frontend Unit Testing Technical Solutions: A Comprehensive Guide
Beike Product & Technology
Beike Product & Technology
May 23, 2019 · Fundamentals

Frontend Automated Testing: A Comprehensive Guide

This article explores four key questions about automated testing: what it is, why it matters, which projects benefit from it, and how to implement it, providing a complete frontend testing framework including unit testing, API testing, functional testing, and benchmark testing.

API testingAutomated TestingFrontend Testing
0 likes · 16 min read
Frontend Automated Testing: A Comprehensive Guide
Qunar Tech Salon
Qunar Tech Salon
Jul 21, 2017 · Frontend Development

Using Selenium with Headless Chrome, Mocha, Chai, and Karma for Front‑End Testing

This guide explains how to use Selenium WebDriver with headless Chrome, integrate BrowserStack and chromedriver, and combine Mocha, Chai, and Karma to write, configure, and run automated front‑end tests, including sample code and troubleshooting tips.

Frontend TestingKarmaSelenium
0 likes · 11 min read
Using Selenium with Headless Chrome, Mocha, Chai, and Karma for Front‑End Testing