Skip to content

OwnTest

Pre-release
Pre-release
Compare
Choose a tag to compare
@rahmatagungj rahmatagungj released this 08 Mar 10:00
· 20 commits to master since this release

Now you can create your own configuration by following steps:

  1. create owntest.config.json file in your project root folder.
  2. edit owntest.config.json file as following:
    • "testPath": "__test__" - path to test folder.
    • "testIgnore": ["node_modules"] - list of folder to ignore.
    • "mode": "production" - mode of your ownTest.
    • "autoUpdate": true | false - auto update your ownTest.
  3. run owntest.js to run all test.

And i add automatic update (beta) just for development mode.