Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fcf-framework/fcf-framework-unitest

The package provides functionality for performing unit testing, both on the NODEJS server side and on the browser side, and allows you to run browser tests from the command line, which makes it easier to build a project testing infrastructure.
https://github.com/fcf-framework/fcf-framework-unitest

fcf javascript nodejs unittest

Last synced: 8 days ago
JSON representation

The package provides functionality for performing unit testing, both on the NODEJS server side and on the browser side, and allows you to run browser tests from the command line, which makes it easier to build a project testing infrastructure.

Awesome Lists containing this project

README

        

# fcf-framework-unitest

The package provides unit testing functionality, both on the server side and on the browser side.
Has the ability to run tests on the browser side from a NODEJS script

## Description pages

https://fcf-framework.tech/packages/fcf-framework-unitest/classes/fcf.NUnitest.Unitest - Description of the main unitest class

https://fcf-framework.tech/packages/fcf-framework-unitest/pages/example - An example of testing on the browser side and on the server side