CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? We have APIs: `I.clearField` and`I.fillField` which works with [contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable). But `I.seeInField` and `I.dontSeeInField` can't interact with it. See error log: ```js elementHandle.inputValue: Error:...
#### What are you trying to achieve? Need to extend the `autologin` plugin to use the [Playwright auth](https://playwright.dev/docs/auth) features to make it more to make the `autologin` plugin more stable...
Allow users to set OpenAI prompts inside configuration under `ai` section
#### What are you trying to achieve? Move from `dstlint` to `eslint` as `dstlint` based on the `tslint` and it is deprecated. Also the `dstlint` moved to [DefinitelyTyped-tools](https://github.com/microsoft/DefinitelyTyped-tools) monorepo and...
#### What are you trying to achieve? I want the next `Scenario` to run correctly after an error in `After` #### What do you get instead? If the steps in...
I'm trying to create custom reporter with steps reporting and i find out that is not possible to know that metastep is actually ended. i need some flag to know...
#### What are you trying to achieve? I'm using a custom script (based on example from docs https://codecept.io/parallel/#custom-parallel-execution) to run tests in multiple workers. Until now I was running 2...
#### What are you trying to achieve? I am trying to get the code coverage for my project which I keep my e2eTest project within. I am going according to...