-
-
Notifications
You must be signed in to change notification settings - Fork 742
Roadmap
Michael Bodnarchuk edited this page Nov 5, 2024
·
27 revisions
- Healers
- Refactored AI
- Disable promise chain globally or per test
- Migrate to ESM
Explicitly import helpers:
// codecept.conf.js
import { Playwright } from 'codeceptjs/helpers'
import ExpectHelper from '@codeceptjs/expect-helper'
config = {
helpers: {
Playwright: {
},
ExpectHelper: {
// maybe config here
}
}
}
- State management (similar to fixtures in Playwright)