Skip to content
#

e2e-tests

Here are 513 public repositories matching this topic...

cypress
Jym77
Jym77 commented Jun 21, 2022

Current behavior

When using Cypress as a library, there is one file called node_modules/cypress/types/net-stubbing.ts which only contains type definitions.
Together with latest version of API extractor, this creates the error:

Error: <project>/node_modules/cypress/types/net-stubbing.ts:1:1 - (ae-wrong-input-file-type) Incorrect file type; API Extractor expects to analyze compiler out
type: enhancement good first issue type: typings E2E-core
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
sorry-cypress
alexniculae
alexniculae commented May 1, 2021
  • I have searched issues for similar feature requests

What is this feature about (1 sentence)

Adding an option in the dashboard to filter runs by start date.

Why is it needed? What is the value? For whom do we build it?

In case of multiple runs (over night, at deploys etc.) the dashboard can end up having multiple runs for 1 day, that are not separated from yesterday's.

Hig

good first issue feature

A simple app skeleton to try to make every components work together : symfony 5.* (latest stable at the date, but work with sf 4 and 3.3+ if you pull the right tag), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass

  • Updated Jul 20, 2022
  • PHP

Improve this page

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

Learn more