testkit 0.2.2

A DSL for testing. Starting with APIs and Browser automation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "test_server",
  "version": "1.0.0",
  "start": "main.js",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.20.2",
    "express": "^4.18.2"
  },
  "scripts": {
    "start": "node main.js"

  }
}