Looking for assistance in setting up a testing framework with CodeceptJS, using TypeScript instead of JavaScript for writing page objects and tests. Does anyone know what configuration is needed in the conf.js or steps.ts files?
In my conf file, I have added the following but unsure of what else to include: require: ["ts-node/register", "should"]