kobenguyent
kobenguyent
it's working fine for me as well.
@Miriambnzdn try my simple test with playwright to see if video is generated for you. I could see video generated from my end. https://github.com/PeterNgTr/codeceptjs-playwright-fun
Just in case, you can run npx codeceptjs info to gather the information.
Hi @mikk150 so this check would be sufficient for both android and iOS right? Just out of curiosity.
I can use import in my test without any error. import { generateCart } from "utils/CommonUtils";
My tsconfig.json ``` { "ts-node": { "files": true }, "compilerOptions": { "target": "es2018", "lib": ["es2018", "DOM"], "esModuleInterop": true, "module": "commonjs", "strictNullChecks": false, "types": ["codeceptjs", "jest", "node"], "declaration": true, "outDir": "./dist",...
I think I also use this package which kills the errors require('import-export');
I encountered the same and suspected that's from playwright yet codeceptjs.
This happens on my local unfortunately so i need to do some trick to make it work. 😄
I'm using latest version of codeceptjs 3.3.4 and playwright 1.23.2 and unfortunately cannot reproduce this issue