const TestCase = require('./testcase'); async function start() { const testCase = new TestCase(); await testCase.init(); } start();