Migrate Testcafe To Codeceptjs

Port a TestCafe test suite to CodeceptJS 4. Trigger when the project contains `.testcaferc.{json,js,ts,cjs}`, `testcafe` in `devDependencies`, test files importing from `testcafe` (`Selector`, `ClientFunction`, `Role`, `RequestMock`, `RequestHook`, `RequestLogger`), top-level `fixture('X').page(...)` + `test('y', async t => { ... })` blocks, `Selector(...)` chains (`.withText`, `.nth`, `.find`, `.filter`), `await t.click(...)` patterns, `t.useRole(...)`, `t.eval(...)` / `ClientFunction(...)`, or TestCafe Studio recordings.

codeceptjs 9863548 25.9 KB Updated

File contents

codeceptjs/skills/tree/main/plugins/codeceptjs/skills/migrate-testcafe-to-codeceptjs commit 986354861a

Frequently asked questions

npx skillmds@latest add codeceptjs/migrate-testcafe-to-codeceptjs