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

#### What are you trying to achieve? I am trying to use seeTraffic and grabRecordedNetworkTraffics functions. grab* function is returning array with empty values or each field. seeTraffic is always...

**Summary:** Popups triggered during a test execution are not isolated between sequentially executed tests, leading to state leakage. This results in false positives or negatives when verifying popup content in...

I want to report a *defect*. The defect is about `I.seeInField`. When I want to use it to verify a `` field has the expected value, it fails with WebDriver,...

We are upgrading CodeceptJS(2.6.11 to 3.6.10) and Puppeteer(9.1.1 to 24.1.1) versions and didn't have this issue with older versions. After upgrade observed this issue while unit testing the scripts In...

Refer this license page - https://github.com/codeceptjs/CodeceptJS/blob/3.x/LICENSE In this page, this line is mentioned - **_The MIT License (MIT) Copyright (c) 2015 DavertMik (http://codegyre.com)_** The above line which says codegyre.com seems...

created custom helper and added async function as below: async fillField(selector, value) { await this.puppeteer.fillField(element, value) await this.puppeteer.page.keyboard.press("Tab") // function to wait for ajax Load } Calling fillField in test...

## Description After updating to CodeceptJS version `3.6.10` (also occurring in `3.7.0`), we noticed that the `within` functionality no longer works correctly when used with a selector like `.modal-dialog`. Instead...

#### What are you trying to achieve? We would like to use self healing AI capability https://codecept.io/ai/#self-healing-tests on CI #### What do you get instead? Self-healing capability works only for...

stale

I want to maximize the window where my app fit to the entire screen perfectly By using the option (windowSize = "maximize") in conf.js file does not work. * CodeceptJS...

#### What are you trying to achieve? We would like to use self healing AI capability https://codecept.io/ai/#self-healing-tests on CI with non default steps (waitForVisible/waitForElement) for more then 1 BDD scenario...

stale