The Wayback Machine - https://web.archive.org/web/20220727045807/https://github.com/topics/end-to-end-testing
Skip to content
#

end-to-end-testing

Here are 302 public repositories matching this topic...

cypress
mkbctrl
mkbctrl commented Jun 17, 2022

What would you like?

Hey, I have similar issue to this one: cypress-io/cypress#9109

I would like to pass proper interface as a generic to request.body received from .then, example:

cy.wait('@someRequestAlias')
  .then(({request: { body }}) => {
    console.log(body) //=> any
 })

From what I currently see, request body is typed as any on line

type: enhancement good first issue type: typings E2E-core
nightwatch
vaibhavsingh97
vaibhavsingh97 commented Jul 26, 2022

Describe the bug

When we run tests in Browserstack cloud, and after the successful test run. Users will get the session URL like this https://automate.browserstack.com/builds/undefined/sessions/ff3a33f25464220871e9dcec2b006ae8a0bb71ea.

Currently, the above URL contains undefined, which must be addressed.

Steps To Reproduce

  1. Using the below sample tests, Run tests with Nightw
rockwalrus
rockwalrus commented Feb 8, 2022

What are you trying to achieve?

Have TypeScript definitions for addMochawesomeContext.

What do you get instead?

There is no Mochawesome class in the typings directory.

Provide test source code if related

declare namespace CodeceptJS {
  interface SupportObject { I: I }
  interface Methods extends  Mochawesome {}
  interface I extends WithTranslation<Mochaweso
gnomock
zdunecki
zdunecki commented Jul 6, 2021

Hey,

I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:

  • Run in root mode.
  • Don't choose database at start because we have multiple db's in single MySQL instance.
  • Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.

Here's a quick sneak peek what I'm talking about in code:
https://g

enhancement help wanted good first issue
vikramvr-qa
vikramvr-qa commented Jul 21, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What is the current behavior?

If a test step which is marked as pre-requisite fails, then the test case execution is not proceeding to the next steps as per the configuration selected in test plan, Recovery action - > On Test Step Pre Requisite Failure -> select Report And Continue Next Step

What is the

bug good first issue
playwright-typescript-playwright-test

This is Boilerplate/Template for Playwright-Typescript framework for Web-UI, api, Mobile Emulation, DB and Visual testing. Docker image, SonarQube and Lighthouse setup is also implemented .

  • Updated Jul 26, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the end-to-end-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 end-to-end-testing topic, visit your repo's landing page and select "manage topics."

Learn more