CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### 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...
#### 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...
run-multiple execution creates output sub folders with alphanumeric value instead of browser names
#### 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...
#### 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...
#### 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  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...
#### 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,...
## 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...