impress / impress/impress.js

Use common file to list qunit tests to run

Open
#658 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
38.2k
Forks
6.6k
PR merge metrics
No merged PRs in 30d

Description

Currently there are 3 ways to run the unit tests:

* qunit_test_runner.html
* karma.conf.js
* karma.conf-sauce.js

When adding more tests, you need to list the new test in each of those files. There should instead be a single file that all 3 of the above will import.

In addition, karma.conf.js and karma.conf-sauce.js should import the `proxies:` section from a common file - probably the same file as above.

Contributor guide

No contributing guide indexed for this repository

Research direction

Read qunit_test_runner.html, karma.conf.js, and karma.conf-sauce.js to compare their test lists and proxy settings. Define a shared file for the test list and have all three files import it; share the proxies section between the two Karma configurations as well.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
testing, tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.