Automating Tests with Selenium #3: Integrating with Mocha
Learn how to automate testing with Selenium WebDriver! Part 3 - Integrating tests with Mocha
Apr 29, 20224 min read6.0K

Search for a command to run...
Articles tagged with #mocha
Learn how to automate testing with Selenium WebDriver! Part 3 - Integrating tests with Mocha

Today's post title sounds extremely delicious isn't it? But Mocha and Chai are not beverages, they are a JavaScript test framework and assertion library used for testing! Testing is an essential part of development. If you haven't read it already, pl...
