bitovi / bitovi/testee

Use config api as programmatic argument

Open
#125 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
119
Forks
23
PR merge metrics
No merged PRs in 30d

Description

```js
require('testee').test(config);
```
instead of:
```js
require('testee').test(files, browsers, config);
```

This would make working with the programmatic API much more familiar to using a command line config or Gruntfile.

Contributor guide

Open the contributing guide

Research direction

Start at the programmatic API entry point exposed by require('testee').test and compare how it currently handles files, browsers, and config. Done means the API accepts a config object directly, matching the issue's example, while the existing argument form remains understood if the project expects compatibility.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.