https://github.com/ignacemaes/qunit-theme-ember
A theme for the QUnit web UI test runner based on the Ember styleguide.
https://github.com/ignacemaes/qunit-theme-ember
emberjs qunit qunit-theme
Last synced: about 1 year ago
JSON representation
A theme for the QUnit web UI test runner based on the Ember styleguide.
- Host: GitHub
- URL: https://github.com/ignacemaes/qunit-theme-ember
- Owner: IgnaceMaes
- License: mit
- Created: 2023-12-04T20:09:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T14:06:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T12:02:20.213Z (over 1 year ago)
- Topics: emberjs, qunit, qunit-theme
- Language: CSS
- Homepage: https://refined-github-html-preview.kidonng.workers.dev/IgnaceMaes/qunit-theme-ember/raw/main/test/index.html
- Size: 1010 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# QUnit Ember Theme
A theme for the QUnit web UI test runner based on the [Ember styleguide](https://github.com/ember-learn/ember-styleguide).

👉 [View the live demo](https://refined-github-html-preview.kidonng.workers.dev/IgnaceMaes/qunit-theme-ember/raw/main/test/index.html)
## Installation
### 1. Install the package
```sh
npm install --save-dev qunit-theme-ember
# or
yarn add --dev qunit-theme-ember
# or
pnpm install --save-dev qunit-theme-ember
```
### 2. Import the theme in your test suite
```js
// your-app/tests/test-helper.js
// ... other imports
import 'qunit-theme-ember/qunit.css';
```
## Contributing
To preview this locally, open the `test/index.html` file in your browser.