gnclmorais / ember-example-testing-services

Ember example of how to test services and components interacting with those services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-example-testing-services CI


Repo demonstrating simple & effective service testing, together with a stripped-down version of GitHub Actions for test running.


This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-example-testing-services
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Ember example of how to test services and components interacting with those services.


Languages

Language:JavaScript 72.5%Language:HTML 26.3%Language:Handlebars 1.2%