cloudfour / cloudfour/pleasantest

Add configuration method to disable certain kinds of actionability checks

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
feature good first issue
Dominant language
TypeScript
Stars
175
Forks
2
Avg merge
1m
Merged PRs (30d)
1

Description

Allow users to, for example, disable visibility checks.

Some kind of configuration method that would live in the test setup file that would look like this:

```js
import { configure } from 'pleasantest'

configure({
disabledActionabilityChecks: ['visibility'],
})
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the actionability checks and the test setup configuration entry point in pleasantest. Trace how visibility checks are selected or run, then determine how the proposed configure({ disabledActionabilityChecks: ['visibility'] }) option should affect them. Done means users can disable selected checks from their setup file without affecting other checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.