All Projects → vbanthia → rspec_html_reporter

vbanthia / rspec_html_reporter

Licence: MIT license
Rspec custom formatter to produce beautiful reports from rspec

Projects that are alternatives of or similar to rspec html reporter

rspec-tap-formatters
TAP Producer for RSpec-3
Stars: ✭ 20 (-37.5%)
Mutual labels:  rspec, reporter
Apitome
Apitome: /iˈpitəmē/ An API documentation presentation layer for RSpec API Documentation output.
Stars: ✭ 244 (+662.5%)
Mutual labels:  rspec
Rails new
A thoughtfully designed template for building modern Rails apps. Get started in minutes instead of hours 🔥🚀
Stars: ✭ 151 (+371.88%)
Mutual labels:  rspec
Regressor
Generate specs for your rails application the easy way. Regressor generates model and controller specs based on validations, associations, enums, database, routes, callbacks. Use regressor to capture your rails application behaviour.
Stars: ✭ 204 (+537.5%)
Mutual labels:  rspec
Expertiza
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
Stars: ✭ 160 (+400%)
Mutual labels:  rspec
Specjour
distributed rspec & cucumber via bonjour
Stars: ✭ 214 (+568.75%)
Mutual labels:  rspec
Mutant
Automated code reviews via mutation testing - semantic code coverage.
Stars: ✭ 1,794 (+5506.25%)
Mutual labels:  rspec
jtl-reporter
JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
Stars: ✭ 85 (+165.63%)
Mutual labels:  reporter
Nspec
A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
Stars: ✭ 242 (+656.25%)
Mutual labels:  rspec
Action Cable Testing
Action Cable testing utils
Stars: ✭ 192 (+500%)
Mutual labels:  rspec
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (+496.88%)
Mutual labels:  rspec
Pundit Matchers
A set of RSpec matchers for testing Pundit authorisation policies.
Stars: ✭ 175 (+446.88%)
Mutual labels:  rspec
Rspec Nc
🚦 RSpec formatter for OS X's Notification Center
Stars: ✭ 223 (+596.88%)
Mutual labels:  rspec
Rspec Request describer
An RSpec plugin to write self-documenting request-specs.
Stars: ✭ 151 (+371.88%)
Mutual labels:  rspec
capybara-chrome
Chrome driver for Capybara using Chrome's remote debugging protocol
Stars: ✭ 27 (-15.62%)
Mutual labels:  rspec
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Stars: ✭ 142 (+343.75%)
Mutual labels:  rspec
Factory trace
Simple tool to maintain factories and traits from FactoryBot
Stars: ✭ 184 (+475%)
Mutual labels:  rspec
Still life
Rails upgrade's best friend
Stars: ✭ 213 (+565.63%)
Mutual labels:  rspec
full-stack-web-developer
🔥 Roadmap to become a Full Stack Web Developer. What? Why? How?
Stars: ✭ 76 (+137.5%)
Mutual labels:  rspec
license-ls
Get a list of licenses used by a projects dependencies
Stars: ✭ 17 (-46.87%)
Mutual labels:  reporter

Not Actively maintained. Please fork it to make any new change


RSpec HTML Reporter

Publish pretty rspec reports

This is a ruby RSpec custom formatter which generates pretty html reports showing the results of rspec tests. It has features to embed images and videos into report providing better debugging information in case test is failed. Check this Sample Report.

Setup

Add this in your Gemfile:

gem 'rspec_html_reporter'

Running

Either add below in your .rspec file

--format RspecHtmlReporter

or run RSpec with --format RspecHtmlReporter like below:

REPORT_PATH=reports/$(date +%s) bundle exec rspec --format RspecHtmlReporter spec

Above will create reports in reports directory.

Usage

Images and videos can be embed by adding their path into example's metadata. Check this Sample Test.

Credits

This library is forked from kingsleyh/rspec_reports_formatter. Original Credits goes to kingsleyh

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