Skip to content

Borrows heavily from karma-junit-reporter to output tap (test anything protocol) reports from Karma

Notifications You must be signed in to change notification settings

jreichenberg/karma-tapfile-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

karma-tapfile-reporter

Based heavily on karma-junit-reporter, but outputs TAP (test anything protocol)

Configure in karma.config.js as:

        reporters: ['mocha', 'tapFile'],

        tapFileReporter: {
            outputFile: 'test/unit/report.tap',
            suite: ''
        }

About

Borrows heavily from karma-junit-reporter to output tap (test anything protocol) reports from Karma

Resources

Stars

Watchers

Forks

Packages

No packages published