Lightest, yet Fastest Javascript test runner for nodejs and browsers
-
Updated
Oct 9, 2020 - JavaScript
{{ message }}
Lightest, yet Fastest Javascript test runner for nodejs and browsers
HTTP traffic mocking and testing made simple in Python
Babel Plugin that adds safety to your tests by verifying assertions are actually ran
Sample Performance Testing setup for HTTP REST, SOAP APIs, JUnit4, JUnit5 tests - Generating Load and Stress On a Target Application
Extremely simple to use test framework and runner for Metarhia technology stack
.exists, .is, and .each could be chained to the .expr function:await freddo('https://api.example.com')
.status(200)
.expr('.total_count').exists()
.expr('.incomplete_results').is('boolean')
.expr('.items.node_id').each(validator.isBase64)
.ensure()Runtime type assertions that return
A better invariant assertion library with gdb support
Assertions for use with RxJS and Unexpected
An extensible assertion library for JavaScript, based on Hamcrest
Add a description, image, and links to the assertion topic page so that developers can more easily learn about it.
To associate your repository with the assertion topic, visit your repo's landing page and select "manage topics."
Instead of writing
tg.throwIf(tg.isNot(tg.isString)), it would be nicer to writetg.throwUnless(tg.isString).