Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A theme for the QUnit web UI test runner based on the Ember styleguide.

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).

![Preview](preview.png)

👉 [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.