patocallaghan / x-ray-specs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X-Ray Specs: See Through Your Test Suite!

Description

Example Ember app to accompany lightning talk at Ember.js Dublin, Phorest, 13th April 2023

Slides

This repo shows how to use Testem to capture data from your test suite and potentially do something with it, i.e. send it to some third party vendor.

Instructions

  • yarn test:ember and see console.log in the terminal output

Interesting files

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd x-ray-specs
  • yarn 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

  • yarn lint
  • yarn 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


Languages

Language:JavaScript 81.1%Language:HTML 16.4%Language:Handlebars 1.5%Language:CSS 1.0%