All Projects → bcaudan → Jasmine Spec Reporter

bcaudan / Jasmine Spec Reporter

Licence: apache-2.0
Real time console spec reporter for jasmine testing framework

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jasmine Spec Reporter

Protractor Pretty Html Reporter
A jasmine reporter that produces an easy to use html report to analyze protractor test results.
Stars: ✭ 9 (-96.27%)
Mutual labels:  jasmine, protractor
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-88.38%)
Mutual labels:  jasmine, protractor
testing-angular-applications
Project for the Testing Angular Applications book
Stars: ✭ 99 (-58.92%)
Mutual labels:  jasmine, protractor
Bxbot Ui Angular
An Angular app for administering BX-bot.
Stars: ✭ 21 (-91.29%)
Mutual labels:  jasmine, protractor
Hjson
Hjson, a user interface for JSON
Stars: ✭ 2,330 (+866.8%)
Mutual labels:  spec
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Stars: ✭ 142 (-41.08%)
Mutual labels:  jasmine
Unwalled.garden
Schemas for a p2p social-media network built on the Dat Web.
Stars: ✭ 126 (-47.72%)
Mutual labels:  spec
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (-48.55%)
Mutual labels:  jasmine
Js.spec
clojure.spec for Javascript
Stars: ✭ 223 (-7.47%)
Mutual labels:  spec
Inspec
InSpec: Auditing and Testing Framework
Stars: ✭ 2,450 (+916.6%)
Mutual labels:  spec
Dockerspec
A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
Stars: ✭ 181 (-24.9%)
Mutual labels:  spec
Generator Jhipster Ionic
Ionic for JHipster 💥
Stars: ✭ 147 (-39%)
Mutual labels:  protractor
Protractor Cucumber Framework
Cucumber framework plugin for Protractor
Stars: ✭ 191 (-20.75%)
Mutual labels:  protractor
Kakunin
An E2E testing framework
Stars: ✭ 141 (-41.49%)
Mutual labels:  protractor
Testdeck
Object oriented testing
Stars: ✭ 206 (-14.52%)
Mutual labels:  jasmine
Angular bootstrap spring
AngularJS, Restful, Spring, Spring Security, Hibernate,Bootstrap, Gulp in ES6, Maven
Stars: ✭ 125 (-48.13%)
Mutual labels:  jasmine
Angularjs Webpack Starter
🚀 A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
Stars: ✭ 173 (-28.22%)
Mutual labels:  jasmine
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-19.09%)
Mutual labels:  jasmine
Saka
Elegant tab, bookmark and history search
Stars: ✭ 170 (-29.46%)
Mutual labels:  jasmine
Express Graphql Typescript Boilerplate
A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
Stars: ✭ 163 (-32.37%)
Mutual labels:  jasmine

jasmine-spec-reporter

Dependabot Build Status codecov

Real time console spec reporter for jasmine testing framework.

Usage

Installation

Install jasmine-spec-reporter via npm:

npm install jasmine-spec-reporter --save-dev

Examples

Configuration

See full configuration and features: configuration.ts

Custom output

You can customize the output of the reporter yourself: see how.

Development

Requirements

  • npm >= 5

Commands

  • install dependencies: npm install
  • launch unit tests: npm test
  • launch integration tests: npm run test:integration

Debugging

Unit tests hijack console.log to verify output; use console.warn to debug.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].