Skip to content

Commit 8119508

Browse files
committed
Section 33: Test Framework Requirements
1 parent 1e4433b commit 8119508

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • 33-Building-a-Testing-Framework-From-Scratch
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 33-Building-a-Testing-Framework-From-Scratch
2+
**folder 01**
3+
4+
## 1. 01 Test Framework Requirements
5+
6+
- Must be a Node-based CLI framework
7+
- Must be able to test browser-based JS apps
8+
- Must require very, very little setup
9+
- Must be able to test a whole application, not just one little widget
10+
- CLI must have a 'watch mode' so we don't have to keep restarting it over and over
11+
- CLI must automatically find and run all files in our project that have a name of '*.test.js'
12+

0 commit comments

Comments
 (0)