Michael Bodnarchuk

Results 211 comments of Michael Bodnarchuk

@kobenguyent we should create 4.x branch and push it into this new branch

@danielhelen at this moment this means to rewrite CodeceptJS completely and I don't think we have enough resources to handle this task.

Actually we can try this codemod, which can make migration faster https://github.com/azu/commonjs-to-es-module-codemod

@snehabhandge could you expand more the idea, how it should be? Should it be from a website or inside the CodeceptUI app?

The idea is really good but I don't know/don't have a time to implement it If CodeceptJS was frontend library it would be easy to have this But as it...

@kobenguyent can we close this with support of `pw` locators in latest release? or it is something different?

@kobenguyent What stops us from implementing it?

Since 3.1.0 CodeceptJS uses Playwright contexts to to isolate sessions between tests. Previously all data cleanup between tests was done by CodeceptJS internally and it was pretty flaky. In this...