Tests all 1,024 possible combinations of 10 boolean values against a RESTful API with POST and GET validation.
npm installTerminal 1 - Start server:
npm run serverTerminal 2 - Run tests:
npm testAll 1,024 combinations tested - each POSTs data, then GETs to verify persistence.