Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run TestCafe Tests on TestMu AI (Formerly LambdaTest)
# Run TestCafe Tests on TestMu AI (Formerly LambdaTest)

<p align="center">
<a href="https://www.testmuai.com/"><img src="https://img.shields.io/badge/MADE%20BY%20TestMu%20AI-000000.svg?style=for-the-badge&labelColor=000" alt="Made by TestMu AI"></a>
Expand All @@ -17,8 +17,8 @@ With TestMu AI (Formerly LambdaTest), you can run TestCafe end-to-end browser te

### Prerequisites

- [Node.js](https://nodejs.org/en/download/) (LTS version recommended) and npm
- [TestCafe](https://devexpress.github.io/testcafe/) installed globally:
- Node.js (LTS version recommended) and npm
- TestCafe installed globally:

```bash
npm install -g testcafe
Expand All @@ -30,7 +30,7 @@ npm install -g testcafe
npm install testcafe-browser-provider-lambdatest
```

- A TestMu AI (Formerly LambdaTest) account — [sign up here](https://www.testmuai.com/register/)
- A TestMu AI (Formerly LambdaTest) account — sign up here

### Setup

Expand Down
Loading