1.0.2 • Published 2 months ago

testcafe-reporter-lambdatest v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

testcafe-reporter-lambdatest

Build Status

This is the LambdaTest reporter plugin for TestCafe.

Install

npm install testcafe-reporter-lambdatest

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 lambdatest

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

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

About LambdaTest

LambdaTest is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your selenium automation testing to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.

License

Licensed under the MIT license.

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago