0.2.10 • Published 3 years ago

testcafe-reporter-dashboard v0.2.10

Weekly downloads
342
License
MIT
Repository
-
Last release
3 years ago

testcafe-reporter-dashboard

This is the dashboard reporter plugin for TestCafe.

Install

npm install testcafe-reporter-dashboard

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 dashboard

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

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

Author

aleks-pro

1.0.0-rc.5

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7-rc.1

3 years ago

0.2.6

3 years ago

1.0.0-rc.3

3 years ago

1.0.0-rc.4

3 years ago

1.0.0-rc.2

3 years ago

0.2.6-rc.4

3 years ago

1.0.0-rc.1

3 years ago

0.2.6-rc.1

3 years ago

0.2.6-rc.2

3 years ago

0.2.6-rc.3

3 years ago

0.2.5-rc.1

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.4-rc.1

4 years ago

0.2.3

4 years ago

0.2.3-rc.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.17

4 years ago

0.0.16

5 years ago

0.0.16-rc.3

5 years ago

0.0.16-rc.2

5 years ago

0.0.16-rc.1

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago