https://github.com/thatgirldorian/locha
This is a testing framework built with JavaScript and Node JS. It can test applications in the browser and via the command line.
https://github.com/thatgirldorian/locha
javascript nodejs testing testing-framework
Last synced: 10 months ago
JSON representation
This is a testing framework built with JavaScript and Node JS. It can test applications in the browser and via the command line.
- Host: GitHub
- URL: https://github.com/thatgirldorian/locha
- Owner: thatgirldorian
- Created: 2022-06-05T17:30:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T19:53:17.000Z (over 3 years ago)
- Last Synced: 2025-08-22T00:45:50.644Z (10 months ago)
- Topics: javascript, nodejs, testing, testing-framework
- Language: JavaScript
- Homepage:
- Size: 3.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# locha
This is a testing framework built with JavaScript and Node JS. It can test applications in the browser and via the command line. I decided to build it out to better understand how testing works under the hood. This framework:
- collect files
- test the environment setup/configuration
- test file execution
- report the results
I learnt a lot about how testing works with this one and also got to use some neat packages.
Technology used:
- JavaScript
- GitHub
- The Cli-color package (for string styling)
- The Jsdom package (provides a copy of a running browser inside Node JS to run browser-based testing)