component-driven / component-driven/cypress-axe

DHD

Open
#177 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
641
Forks
90
Avg merge
6h 8m
Merged PRs (30d)
1

Description

module.exports = (on, config) => { on('task', { log(message) { console.log(message) return null }, table(message) { console.table(message) return null } }) }
module.exports = (on, config) => {
on('task', {
log(message) {
console.log(message)

  return null
},
table(message) {
  console.table(message)

  return null
}

})
}R
Clone admin
korayilenilay@gmail.com
sonayucar2020@gmail.com

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue contains only an unlabelled JavaScript snippet and unrelated text; it names no source file, test, entry point, or requested change. Clarify the problem and expected outcome before locating code or defining what completion should mean.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing-qa
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
1/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.