myrepojuly
myrepojuly
#### What are you trying to achieve? Trying to execute same tests on different browsers (Chrome and Edge) in parallel and view the test results. #### What do you get...
#### What are you trying to achieve? I have my own custom `event.all.after` which does a task specific to my project. However, I also have the same `event.all.after` executed by...
#### What are you trying to achieve? In my application, there are several ReactJS fields for which we utilize the `executeScript` command to assign values. While this process functions correctly...
I have the target element inside an iframe. The source is outside the iframe. When I switch to Iframe, it is unable to recognise the source element. Any solution for...
### đ Bug Report #### Description Using `step.retry()` with `I.selectOption` throws an error. According to the documentation ([Step Options](https://codecept.io/changelog/?#%F0%9F%A5%BE-step-options)), this works with `I.click`, but it doesnât seem to work with...