Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
0 answers
72 views

Background React SPA with AWS Cognito for authentication. We have a page with restricted access; users must be a member of <groupA> in order to view /restricted_page. At login, we have: const { ...
0 votes
1 answer
129 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 ...
0 votes
0 answers
54 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." ...
1 vote
1 answer
195 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 ...
0 votes
1 answer
297 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 ...
0 votes
0 answers
123 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 ...
0 votes
1 answer
226 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 ...
1 vote
0 answers
34 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 ...
1 vote
1 answer
124 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 ...
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/...
0 votes
0 answers
66 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. ...
1 vote
0 answers
49 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 ...
1 vote
1 answer
208 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....
0 votes
0 answers
27 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' ...
1 vote
0 answers
34 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 ...

15 30 50 per page
1
2 3 4 5
...
205

AltStyle によって変換されたページ (->オリジナル) /