Socket
Socket
Sign inDemoInstall

testcafe-reporter-html

Package Overview
Dependencies
0
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    testcafe-reporter-html

The HTML reporter for TestCafe


Version published
Weekly downloads
30K
decreased by-8.64%
Maintainers
3
Install size
16.9 kB
Created
Weekly downloads
 

Changelog

Source

1.4.6 (2020-02-17)

<a name="1.4.5"></a>

Readme

Source

testcafe-reporter-html

PICUS' HTML reporter generator for TestCafe automated tests. It provides an HTML report of a TestCafe task(s) execution, as well as feedback on the errors, if these occurred. Also it provides an easy way to view the screenshots from failing tests.

Build Status

Testcafé Reporter HTML

Table of Contents

Installation and setup

1. Install package

$ npm install testcafe-reporter-html

2. Add the reporter flag to your test task runner

$ testcafe chrome test_folder/ --reporter html

3. Configure the output file

By default the html is written to stdout. To write the html to a file use the TestCafe build-in method:

$ testcafe chrome test_folder/ --reporter html:path/to/my/file.html

Contributing

If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines:

  1. Post a pull request.
  2. Make sure there are tests! We will not accept any patch that is not tested. It's a rare time when explicit tests aren't needed. If you have questions about writing tests for testcafe-reporter-html, please open a GitHub issue.

Please see CONTRIBUTING.md for more details on contributing and running test.

Thank you to all the contributors!

By participating in this project, you agree to abide by the PICUS code of conduct.

LICENSE

MIT License - PICUS

Keywords

FAQs

Last updated on 17 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc