CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

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

#### What are you trying to achieve? I'm trying to run a test. #### What do you get instead? After running the test, codecept takes a long time to quit...

stale

#### What are you trying to achieve? We aim to obtain reports on failing scenario steps when using "run-multiple --all". #### What do you get instead? there is no report...

stale

#### What are you trying to achieve? For run-multiple execution with multiple browsers like Chrome, Safari, Firefox and Edge, the subfolder in the output folder should have a name like...

stale

#### What are you trying to achieve? Validating the file download using handleDownloads and FileSystem helper, like using methods I.amInPath('output/folderName'); with run-multiple execution with multiple browsers like Chrome, Safari, Firefox...

stale

#### What are you trying to achieve? We recently upgraded from 3.4.1 to 3.5.15 and from Appium 1 to Appium 2. #### What do you get instead? After the upgrade...

Hi, Just to mention a mal-formatted section in the doc at https://codecept.io/helpers/Playwright/#grabtrafficurl ![image](https://github.com/codeceptjs/CodeceptJS/assets/26375917/bb7e7c45-885d-4988-b0b0-18a68e762704) As you can see the example is not showing properly.

#### What are you trying to achieve? I would expect that "run" and "dry-run" modes have **the same behavior related to case-sensitivity of tags**. Personally I prefer case-insensitive tags so...

stale

#### What are you trying to achieve? Seems like react locators only work fine with `I.click` and `I.seeElement`. I get different errors when using other methods like `waitForVisible, waitForElement, moveCursorTo,...

stale

## Motivation/Description of the PR Adding methods to locator.js - **withAttrEndsWith, withAttrStartsWith, withAttrContains** I believe those methods are needed for many CodeceptJS users All methods are compartible with **XPath 1.0,**...

I am trying to enter values in textboxes on web application using I.fillField and I am passing "Delete" as value e.g. I.fillField(xpath of the textbox,"Delete"); Value "Delete" is not getting...