Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fcf-framework/fcf-framework-unitest
- Owner: fcf-framework
- License: mit
- Created: 2023-05-14T16:10:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T15:14:33.000Z (over 1 year ago)
- Last Synced: 2024-12-13T21:59:49.355Z (about 1 month ago)
- Topics: fcf, javascript, nodejs, unittest
- Language: JavaScript
- Homepage: https://fcf-framework.tech/packages/fcf-framework-unitest
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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