Skip to content

babaazz/pariksha

Repository files navigation

Pariksha

Pariksha is a NodeJS command line testing framework, which facilitates automated testing.

Requirements

1) Must be a node-based CLI testing framework
2) Must be abble to test browser based JS apps
3) Must require very very little setup
4) Must be able to do integration testing not just unit testing
5) CLI must have a 'watch mode' to see any file changes and run all test files on saving.
6) CLI must find and run all files in our projectthat have a name of '*.test.js'

Inplementation Plan

  1. File Collection
  2. Test Environment setup
  3. Test file execution
  4. Report result

About

NodeJS command line testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published