Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 625 Bytes

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