Perillai

Results 9 comments of Perillai

Getting 'is-stream' issue while running unit tests. Currently, is-stream v3 wants import to be used instead of require. But, all across our project, I am able to see v2, but...

> @perillai please revert the latest commits, they are irrelevant to the issue your are solving originally. Furthermore the current `main` branch supports ESM and should have no issue with...

> Mind reverting changes in `package-lock.json` as well, addressing @erwinheitzman comment and add a unit test? I have reverted changes in package-lock. And @erwinheitzman has accepted that the committed code...

> @perillai any updates on this? Sorry for the delay. Figured out how to add unit test using vitest. Hope it looks fine!

Hi @christian-bromann , I tried doing a fix on this issue. Actually, when we use 'wdio' to run, it looks for wdio-cli installed globally. wdio-cli installed in the project is...

> > Actually, when we use 'wdio' to run, it looks for wdio-cli installed globally > > I recommend to install `@wdio/cli` locally per project basis. Otherwise you might get...

With the latest webdriverio, able to get the previous command when the 'up' key is pressed and go left with the 'left' key, but autocomplete on the 'tab' key is...

In wdio-spec-reporter, getEventsToReport() function filters out duplicate feature steps. That is why you are not able to get duplicate feature lines generated in the report. Maybe, we should keep the...

Chrome drivers since v115 are listed here: https://googlechromelabs.github.io/chrome-for-testing/ There are only five labels from puppeteer browser API: stable, latest, dev, canary. beta. If we could get list of versions before...