Questions tagged [codecept]
5 questions
1
vote
3 answers
I need to use Appium 2 for CodeceptJS mobile tests
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 the '/wd/path' used by default in CodeceptJS…

Dimitar Hristovski
- 11
- 4
0
votes
0 answers
How to use puppeteer inside codecept?
I currently have a Jest + Puppeteer file where I retrieve the email from [https://temp-mail.org/es/ ] and click on the link of the mail received. This was only possible by using the StealthPlugin from puppeteer-extra. If I don't use StealthPlugin,…
0
votes
0 answers
Running "npx codecept-ui" gives this error in vs code terminal - ⚠️You have to build Vue application by `npm run build`
Running gives this error in vs code terminal -
⚠️You have to build Vue application by npm run build
PS C:\Users\91917\Downloads\DrySign\Codecept> npm run build
npm ERR! Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm…

Kartik Hindole
- 19
- 1
0
votes
0 answers
Puppeteer and CodeceptJS 3.3: I.scrollTo() behaves differently than CodeceptJS 3.2
I am trying to use Puppeteer 18.1+ because older versions are no longer supported and I'm hoping it might fix the memory leaks I'm seeing. Apparently, I can't use CodeceptJS 3.2 with Puppeteer versions 15 and higher.
With CodeceptJS 3.3, I'm seeing…

Terris
- 887
- 1
- 10
- 15
-1
votes
1 answer
Module Laravel could not be found and loaded
Codecept is used for unit testing in my application, and accidentally, it stopped working and gave the following error when running unit tests:
In ModuleContainer.php line 80:
Module Laravel could not be found and loaded
Module Laravel is used in…

cha
- 730
- 2
- 12
- 28