CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
Hello everyone, I'm currently using codecept js Playwright(1.49.1) for testing and have the following code to click a button with a specific text: ```javascript I.waitForEnabled(locate('.RadioButton-caption').withText(`${option}`)); I.click(locate('.RadioButton-caption').withText(`${option}`)); ``` I am running...
#### What are you trying to achieve? When there are more than 1 `Feature` sections in the test file: - the browser/page does NOT close after each test, so at...
#### What are you trying to achieve? Need to mask the payload and Headers in REST and setCookie that may contain sensitive information #### What do you get instead? Not...
Hi, we're seeing this issue and we've tried pinning to older versions - 3.6.7 is OK. #### What are you trying to achieve? We have a test that's been passing...
I did check this change with codeceptjs v3.6.7 and seems it's not working. I have native android app and when I open the app and check "this.browser.isW3C" it's false and...
#### What are you trying to achieve? We have a test that utilizes tryTo to resolve some flakiness with our app. During migration to playwright, test started failing and it...
#### What are you trying to achieve? In cli within test execution to see only passed/failed tests #### What do you get instead? While test execution except passed/failed tests, skipped...
#### What are you trying to achieve? When I use Playwright driver along with `channel`, and also use `run-workers`, I get error like the browser exe file is not present...
#### What are you trying to achieve? To output the correct test case title in the LambdaTest dashboard. When I commented appiumV2: true, I can get the correct title displayed...
#### What are you trying to achieve? I want to implemente a Before/BeforeSuite hook for all my tests #### What do you get instead? BeforeSuite is not defined > Provide...