Roman Resh

Results 7 comments of Roman Resh

Hi @chaiyilin . Which version of testcafe do you use? And do you have the testcafe package installed in the working directory (c:\alinta\testDemo\)?

Hm, I just checked it with the [email protected] and it works correctly on my local machine. Try to remove the c:\alinta\testDemo\node_modules folder and install it again: call `npm install` in...

Hi @thomasleveil . I met this error a few times and fixed it via full reinstalling of testcafe (via deleting node_modules, package-lock.json and executing `npm i`). So, this problems looks...

@chaiyilin Have you resolved the error? Did you try to reinstall testcafe?

Hi @rehanmomin . Try to open any JS/TS file in your workspace and check the VS Code context menu. It should contain a few "TestCafe: ..." items.

@rehanmomin It's difficult to find out a cause of this problem without debugging. Let me describe you some background, how the extension works. The extension uses the Terminal tab to...

Besides enumerated commands, we use the following PR API in GitLab: 1. Accept pull request via API 2. Reassign pull request 3. Create comment in pull request We'd like to...