LambdaTest / webdriverio-selenium-sample

A sample test for LambdaTest distributed grid with webdriverio
https://www.lambdatest.com/
14 stars 36 forks source link

[Documentation] Fix Readmefile #1

Closed rivancic closed 3 years ago

rivancic commented 5 years ago

Issue

In the README.md under the section Running your tests there are 3 examples of commands

    To run a single test, run npm run single
    To run local tests, run npm run local
    To run parallel tests, run npm run parallel

Solution

But actually there is no local script. There are only multiple, parallel and single tests. Please add local to tests and multiple to the README.md file.