There was an error while loading. Please reload this page.
1 parent 1e4433b commit 8119508Copy full SHA for 8119508
1 file changed
33-Building-a-Testing-Framework-From-Scratch/README.md
@@ -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