CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? I'd like to use a custom locator and a suffix css selector #### What do you get instead? Instead of concatening the custom...
I wait for element {"xpath":".//*[contains (@class, 'ScrollView')]"} Emitted | step.passed (I wait for element {"xpath":".//*[contains (@class, 'ScrollView')]"}) Emitted | step.finish (I wait for element {"xpath":".//*[contains (@class, 'ScrollView')]"}) Emitted | step.start...
#### What are you trying to achieve? The goal - to create custom hook with event listener to perform retry of scenarios in case of getting failed tests due to...
#### What are you trying to achieve? I am trying to use stepByStepReport plugin and record steps. This is my scenario: ```js Scenario("answerOnNextPrompt ", (I) => { I.amOnPage("https://a9t9.com/kantu/demo/storeeval"); I.resizeWindow(1537,824); I.click({css:"#sometext"});...
#### What are you trying to achieve? I want to grab resultset into array from the table in the page
### Issue WebDriver.IO **moveCursorTo** does not auto-center on element as default ### Issue Details Current implementation of WebDriver.IO moveCursorTo uses 0,0 as default offsets for x,y coordinates. In some situations...
#### What are you trying to achieve? Assertion like the doc example (but with an unexpected value in the assertion): ``` const assert = require('assert') Scenario.only('test page title 1', async...
#### What are you trying to achieve? I am using CodeceptJS + Playwright I'm looking for a before all solution to open browser e execute some steps before scenarios but...
#### What are you trying to achieve? Click on a app object when using xpath to select the second element with the same text #### What do you get instead?...
#### What are you trying to achieve? Use the `.seeInField()` Webdriver helper on a text input that has a value, but whose `value=` attribute is blank. #### What do you...