e2e-testing
Here are 306 public repositories matching this topic...
Discussed in microsoft/playwright#11891
Originally posted by huy-nguyen February 6, 2022
Is it possible to add keyboard shortcuts for debugging functionality in the inspector in a similar manner to Chrome dev tools, for example, F8 for run, F10 for step over etc?
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Feb 15, 2022 - Python
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
-
Updated
Jan 31, 2022 - Go
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Aug 30, 2021
-
Updated
Dec 30, 2021
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Jun 11, 2021 - TypeScript
Is there an existing issue for this?
- I have searched the existing issues
What is the current behavior?
On Deleting of workspace, the whole system is getting blanked unable to proceed further.
What is the expected behavior?
The app should not become unresponsive and can we switch to the default version.
Steps To Reproduce
- Create one new workspace version
- Choose it
Describe the bug
Most expect methods print the request and response when the assertion fails.
However, the custom expect handler does not show these objects.
To Reproduce
Steps to reproduce the behavior:
const spec = pactum.spec();
spec.get(url);
await spec.toss();
await spec.response().to.have._((ctx) => {
assert.fail('error');
});*Expected behavior
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Feb 21, 2022 - TypeScript
ansible step
there should be a step to run an ansible playbook.
Probably with cloning it from git before (or use git, as another step)
-
Updated
Feb 23, 2022 - Python
-
Updated
Feb 11, 2022 - TypeScript
Add missing tests
Add the tests missing from the repo README todo list
Cart
- it merges an already existing cart when a customer logs in
MiniCart
- it can open the cart slider by clicking on the cart icon in the header
- it can change the quantity of an item in the cart slider
Homepage
- it add products shown on the homepage to the cart when a add to cart button is present
-
Updated
Dec 26, 2018 - JavaScript
-
Updated
Jan 28, 2022 - TypeScript
-
Updated
Feb 22, 2019
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Oct 28, 2021 - TypeScript
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the e2e-testing topic, visit your repo's landing page and select "manage topics."
Current behavior
Prior to 9.5.0(?) setting focus in the browser runner window and typing Cmd-F to search for text would search the text within the browser window. Now Cmd-F is captured and focus is shifted to the search bar in the Cypress app and the names of tests are searched.
I use search within the browser window as a normal part of my testing debugging workflow: to find specific steps