https://github.com/nikku/karma-debug-launcher
Launches your favorite browser with your tests in DEBUG view.
https://github.com/nikku/karma-debug-launcher
browser-launcher karma karma-launcher
Last synced: 11 months ago
JSON representation
Launches your favorite browser with your tests in DEBUG view.
- Host: GitHub
- URL: https://github.com/nikku/karma-debug-launcher
- Owner: nikku
- License: mit
- Created: 2020-12-21T13:48:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T14:50:21.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T03:41:51.170Z (over 1 year ago)
- Topics: browser-launcher, karma, karma-launcher
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# karma-debug-launcher
[](https://github.com/nikku/karma-debug-launcher/actions?query=workflow%3ACI)
Automatically open your Karma spec in your favorite browser. An imaginary launcher.
## Usage
Install the utility via [npm](https://www.npmjs.com/package/karma-debug-launcher):
```sh
npm install karma-debug-launcher
```
Integrate it as a browser in your `karma.config.js`:
```javascript
module.exports = function(karma) {
karma.set({
...,
browsers: [ 'Debug' ]
});
};
```
## License
MIT