Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
59 views

We use codeceptjs with cucumber for api tests. In the test steps we decided to use a docstring to hand over variables instead of a data tables. Now the creation of a Scenario Outline (cucumber style) ...
elute's user avatar
  • 1
1 vote
0 answers
189 views

I have a CodeceptJS project whose directory structure looks like this: root | ├──node_modules │ ├──packages | | │ ├──package1 │ │ ├──node_modules | | ├──ui_tests | | | ├──codecept.conf....
Lewis Munene's user avatar
0 votes
1 answer
60 views

I'm just using I.dragAndDrop() method, it's not performing any actions. Simply it was passing without doing any actions just small drag and drop function I'm trying to do, it was not throwing any ...
S Sugumar's user avatar
0 votes
0 answers
237 views

I am wanting to run a async function which will fetch the data for testing. This data is then passed to Data() hook in codeceptjs. I have tried hooks and event listeners like "Before(), ...
Lakshit Kothari's user avatar
0 votes
1 answer
410 views

I am using Codeceptjs framework with Appium helper for my UI automation. I want to go to Device home on IOS platform and then navigate back to App. I am using browserstack to run my scripts. I have ...
anusha's user avatar
  • 1
2 votes
1 answer
888 views

I am trying to create a practice environment for CodeceptJS using TS and Playwright, but for some reason VSCodes intellisense refuses to show any suggestions. I can manually type the code and that is ...
HermanCodes's user avatar
1 vote
1 answer
239 views

I am using a pnpm workspace with different packages to distinguish the modules. I intend to use CodeceptJS as my test automation framework but whenever I install and initialize CodeceptJS in the root ...
Lewis Munene's user avatar
0 votes
1 answer
315 views

I have codeceptjs tests written in BDD format (Scenarios with tags). I have clubbed tests into few groups (based on tags) and run them in parallel in Travis I would like to run a set of browser ...
Sarath Babu V S's user avatar
1 vote
1 answer
422 views

I have the same problem https://github.com/codeceptjs/CodeceptJS/issues/2573 , but it's answer with mocha: { bail: true }, doesn't work for me. Codeceptjs runs all tests and printing an end result ...
Alena Sapronova's user avatar
1 vote
0 answers
130 views

This is my HTML Structure I want to make sure that the title is 'Favorite Restaurant', How do i test this using codecept-puppeteer ? I already tried this, but it doesn't work Feature('Favorite ...
Dapa's user avatar
  • 11
0 votes
1 answer
430 views

Is a drag-and-drop field required for the I.attachFile('element', 'filePath') to work? Because currently nothing happens when I try using the attachFile method. No error message or any issues ...
Newbie10's user avatar
0 votes
1 answer
709 views

I write autotests on the Codeceptjs framework in TypeScript. After adding additional modules to the project, as well as after updating the repository with the command: npx codeceptjs def Intellisense ...
jeow's user avatar
  • 1
0 votes
2 answers
363 views

I have a div that contains a set of dynamic elements. I want to click on the first search result. I want to click on the first element contains in I tried using creating a custom xPath like so but ...
theodoros's user avatar
1 vote
0 answers
365 views

I have a CodeceptJS/Playwright test framework which we want execute to in a Dockerized container. We have tried to implement the same using various base images but when execution starts we get Here ...
souvikd's user avatar
  • 31
1 vote
4 answers
2k views

Because latest iOS is making problems with Appium 1.x, Appium team is no longer supporting it, and Appium 2 is working ok - I need to use v2... CodeceptJS 3.3.x is using Appium 1.x now and because of ...
Dimitar Hristovski's user avatar

15 30 50 per page
1
2 3 4 5
16