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

Our application was build by using Vue. But select option doesn't work on it. Is that possible to add some new method to support this ? ![image](https://user-images.githubusercontent.com/6127395/149731458-3c4ef065-abde-404c-9421-40cec037157a.png) For now, I...

#### What are you trying to achieve? I'd like ```sh npx codeceptjs def ``` when a plugin that registers a global function such as `tryTo` to generate a `steps.d.ts` with...

I use puppeteer to scrap info from one page, and i want to get href value which appears only when you hover over element, if you dont hover -> href="#"....

It's a regression since 3.1.0 (also 3.3.0 is affected). It works well with 3.0.7 I use similar scenario - I need to change timezone in browser and the actions "stop/start"...

Hey, we are using gherkin for our scenarios, and in the after step, we send test results to our slack. Well, we noticed that if we use Scenario Outline, or...

stale

Hello, we are using cucumber to define tests, and I have noticed I can't save into this in before/after hooks. Am I missing something, or is just not possible? Or...

stale

#### What are you trying to achieve? I'm now testing the pages which has meta tag refresh. (You can see the detail on the code below.) #### What do you...

#### What are you trying to achieve? I call a custom steps function from a page object function. The custom steps functions contains a set of `I.do` directives itself. I...

reporter:allure

How does this function work all the docs say is: "performSwipe Perform a swipe on the screen. I.performswipe(100,200); Parameters from to Appium: support Android and iOS" Left to right, or...

bug
appium

Hello, I would like to report a bug. #### What are you trying to achieve? Trying to grab text from a selector, in my case an i tag when running...