CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
Hi team, I am trying to verify font-weight of the element but it is giving an error   _Originally posted by @sumeet6181 in https://github.com/codeceptjs/CodeceptJS/issues/2182#issuecomment-1142463199_
#### What are you trying to achieve? Change default browser language. For that, I set config options **userDataDir** and **locale** in **codecept.conf.js** #### What do you get instead? It works...
Hi there! I noticed some discrepancies with the code documentation online and the NPM package. The [web documentation](https://codecept.io/helpers/WebDriver/#waitforvisible) says `waitForVisible` method returns a promise and the [source file](https://github.com/codeceptjs/CodeceptJS/blob/3.2.3/lib/helper/WebDriver.js#L2234) is an...
#### I am trying to fetch URL of the new tab that is opened from clicking a link in the main tab #### The new tab's url is not given,...
#### What are you trying to achieve? Have TypeScript definitions for `addMochawesomeContext`. #### What do you get instead? There is no `Mochawesome` class in the `typings` directory. > Provide test...
#### What are you trying to achieve? I am trying to use plugins like `tryTo` globally in Typescript, however, it seems that they are not defined. #### What do you...
## Motivation/Description of the PR - Updates the plugin documentation with regards to the defunct faker libarry - Resolves #3231 Applicable plugins: - [] fakerTransform ## Type of change -...
#### What are you trying to achieve? I am trying to use attach file option on appium to upload images/videos/documents . Note: attach file functionality works on the playwright helper...
## Motivation/Description of the PR ### Description of this PR .seeInField sees the input as having a blank value, even though it is not blank. This was working fine until...
## Documentation Fix - Fixed outdated code in demo and 404 links : https://codecept.io/helpers/Playwright/#useplaywrightto Applicable helpers: - [ ] WebDriver - [ ] Puppeteer - [ ] Nightmare - [...