Skip to content
#

e2e-testing

Here are 306 public repositories matching this topic...

cypress
saschwarz
saschwarz commented Feb 16, 2022

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

playwright
PratheepV
PratheepV commented Feb 8, 2022

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
pactum
emfomy
emfomy commented Sep 23, 2021

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

AndrewRMillar
AndrewRMillar commented Jan 28, 2022

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

Improve this page

Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more