CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

Results 310 CodeceptJS issues
Sort by recently updated
recently updated
newest added

Hi team, I am trying to verify font-weight of the element but it is giving an error ![image](https://user-images.githubusercontent.com/71484517/171255811-5c8accf8-79b6-4764-b89b-86a73b22dfa6.png) ![image](https://user-images.githubusercontent.com/71484517/171256314-cd6d97c7-5488-4886-9088-e041ae6af8ef.png) _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...

good first issue

#### 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...

stale

## 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 - [...