Skip to main content
-2 votes
0 answers
30 views

Suddenly My Cypress App crashes when I click on E2E This is the error I am getting Circular symlink detected: "C:\Users\PoojaPatel\AppData\Local\Application Data" points to "C:\Users\...
Pooja Patel's user avatar
0 votes
1 answer
73 views

Running user profile actions in multiple Playwright projects causes errors. A test case that e.g. resets a password will only pass in one project and fail in the others as the reset works only once. I ...
code4God's user avatar
0 votes
0 answers
45 views

I’m running Headlamp’s e2e tests locally. The app never shows the cluster chooser and always lands on http://127.0.0.1:50883/c/test/login with a red banner: “Something went wrong with cluster test.” ...
furkancanozeer's user avatar
1 vote
1 answer
170 views

I have an Angular application, that I start locally via ng serve --proxy-config proxy.config.json and a Cypress set-up that has a baseUrl of http://localhost:4200. After starting the server I can ...
Brentspine's user avatar
  • 1,093
0 votes
1 answer
266 views

I've been trying to resolve the following problem for quite some time now: I started implementing the tests with Detox when our app was on RN 0.77, and everything was working fine. However, after ...
Manorka's user avatar
0 votes
0 answers
113 views

In my project, I'm trying to test the OAuth login with NextAuth.js and Cypress.js and it worked all well on my development environment (windows 11, Ubuntu - WSL 2.5.9.0) where cypress uses Electron as ...
Hond4's user avatar
  • 27
0 votes
1 answer
184 views

I'm testing an Angular web application with Playwright where buttons are loaded via lazy-loaded chunks (chunk-XXXXXXXX.js). When Playwright tries to click a button too quickly, the click doesn't work ...
Pferdesalbe's user avatar
1 vote
0 answers
31 views

I am trying to implement re-run logic for my scenario outline @DOC-136 @DOC-137 @DOC-138 @DOC-139 @Browser:Chrome Scenario Outline: AT01.01 - Test Workflow - Create a case When I open Create New ...
maksim korshikov's user avatar
1 vote
1 answer
103 views

I have scenarios in my cucumber feature file with a tag labeled as @skipTest, and I want to skip all the tests in this file using the before hooks. The reason I want to do this is that in the local ...
David Aniebo's user avatar
2 votes
1 answer
83 views

I am trying to write end-to-end tests for a VS Code extension. I would like to use JavaScript, not TypeScript. So, I took the example from here: https://github.com/microsoft/vscode-extension-samples/...
Zack's user avatar
  • 6,704
0 votes
0 answers
56 views

Problem: I'm currently creating my first synthetic tests in datadog. I'm encountering some difficulty testing whether a form field is disabled or not. I can't select disabled elements for assertions. ...
Brian Durel's user avatar
1 vote
0 answers
48 views

I try to write an end to end test for my Apache Camel process that goes through a pipeline consisting of many routes. But I have got stuck on the very first one. My route definition looks like ...
JirMed's user avatar
  • 11
1 vote
1 answer
190 views

I'm writing e2e tests for my electron app and using the experimental module of playwright electron.To open devtools with const page = await app.firstWindow(); const browserWindow = await app....
Coni Wright's user avatar
0 votes
0 answers
25 views

I am trying to run e2e test case in Nestjs project which has multiple modules, but getting the below error. It seems to import a service like a module Cannot find module 'src/helper/helper.service' ...
maxkart's user avatar
  • 667
1 vote
0 answers
30 views

I have a test automation project using TypeScript, WebdriverIO, and Mocha. Previously, the test project was standalone, and I was able to use the Mocha Test Explorer extension in VS Code to run test ...
anne's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
205