TheSoftwareHouse / Kakunin

An E2E testing framework
http://kakunin.io
MIT License
147 stars 25 forks source link

Added Joi validation for config file #209

Closed joszo closed 4 years ago

joszo commented 4 years ago

Did you try it on newly initializd project?

What do you mean? I've run npm run kakunin init in functional-tests and then rewritten config-schema for that configuration.

joszo commented 4 years ago

But test it on the fresh project

Create new project with "kakunin": "github:TheSoftwareHouse/Kakunin.git#feature/kak-62-config-schema-validator-dist" in pacakge.json. Then npm run kakunin init. Then npm run kakunin - example test passed.