CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? https://codecept.io/locators/#custom-strategy-locators This Custom Strategy Locators feature is currently only available on WebdriverIO. However, since it's just a JavaScript execution to return element(s), it...
I am trying to integrate my `CodeceptJS` tests using the `Playwright` Helper with `SauceLabs` so I can have my tests run on various devices in the Cloud. I see documentation...
#### What are you trying to achieve? I'd like to be able to use CodeceptJS to run tests on multiple machines in a CI environment without needing to use `grep`...
#### What are you trying to achieve? Launch persistent context in Playwright using a temporary directory by passing an empty string to `userDataDir`. (Playwright documentation: https://playwright.dev/docs/api/class-browsertype#browser-type-launch-persistent-context-option-user-data-dir) #### What do you...
#### What are you trying to achieve? I would like to test chrome extesntion with playwright (ref https://codecept.io/helpers/Playwright/#example-5-testing-with-chromium-extensions) for multiple scenarios in 1 feature file. And considering sequential test execution....
#### What are you trying to achieve? Try to use `browserWSEndpoint` with `cdpConnection` option for browser extension test. #### What do you get instead? Now during the before section, we...
#### What are you trying to achieve? Set the locale at the configuration level for puppeteer like Playwright https://codecept.io/helpers/Playwright/#properties `locale [string (opens new window)](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)? locale string. Example: 'en-GB', 'de-DE', 'fr-FR',...
#### What are you trying to achieve? Puppeteer is also having the [Locator](https://pptr.dev/guides/locators), move to it once it's ready. We did before with [Playwright](https://github.com/codeceptjs/CodeceptJS/issues/3677)
#### What are you trying to achieve? At the moment, many forms for unit tests with HTML elements have been implemented. But they are all separated. It is necessary to...
#### What are you trying to achieve? configuration timeout for a different groups triggers test error and makes codeceptjs hangup. error: `Error: tracing.stop: Target page, context or browser has been...