1.0.3 • Published 5 years ago

testcafe-reporter-ai-excel v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

testcafe-reporter-ai-excel

Build Status

This is the CSV reporter plugin for TestCafe.

Install

npm install testcafe-reporter-ai-excel

Usage

When you run tests from the command line, specify the reporter name by using the --reporter option:

testcafe chrome 'path/to/test/file.js' --reporter ai-excel > Test-File.csv

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('ai-excel') // <-
    .run();

Author

AI Software LLC. http://aisoftwarellc.com