Skip to content
#

codeceptjs

Here are 74 public repositories matching this topic...

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
OlivierBORDEREAU
OlivierBORDEREAU commented Mar 15, 2021

Hi team :)
To improve accessibility and readability of the Runner UI, it would be nice to have somewhere an option for a colorblind-friendly mode (red/green issue)
Maybe instead of simply a color, add a checkmark for passed and a X for failed in the red/green box ?

good first issue
wadamek65
wadamek65 commented Nov 29, 2021

Hi,

The project has listed "codeceptjs": "^2.6.8" as a peerDependency. We've been using this plugin with versions 3 and above and it seems to work fine as well.

Could you please update the peerDependency version requirements to also include versions 3 and upward so that npm 7 doesn't show any errors during installation? Alternatively, would it be okay for you if I submitted a PR with this

good first issue

Improve this page

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

Learn more