LambdaTest / testcafe-reporter-lambdatest

LambdaTest TestCafe Reporter plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

LambdaTest TestCafe Reporter plugin.

License:MIT License


Languages

Language:JavaScript 100.0%