@@ -1453,7 +1453,7 @@ it('When doing smoke testing over all page, should load them all successfully',
1453
1453
1454
1454
### :clap : Doing It Right Example: Describing tests in human-language using cucumber-js
1455
1455
1456
- ![ ] ( https://img.shields.io/badge/🔨%20Example%20using%20Cocumber -blue.svg " Examples using Cucumber ")
1456
+ ![ ] ( https://img.shields.io/badge/🔨%20Example%20using%20Cucumber -blue.svg " Examples using Cucumber ")
1457
1457
``` javascript
1458
1458
// this is how one can describe tests using cucumber: plain language that allows anyone to understand and collaborate
1459
1459
@@ -1508,7 +1508,7 @@ Feature: Twitter new tweet
1508
1508
### :clap : Doing It Right Example: Configuring wraith to capture and compare UI snapshots
1509
1509
1510
1510
![ ] (https://img.shields.io/badge/🔨%20Example%20using%20Wraith-blue.svg
1511
- "Using Cypress to illustrate the idea ")
1511
+ "Using Wraith ")
1512
1512
1513
1513
```
1514
1514
# Add as many domains as necessary. Key will act as a label
@@ -1539,7 +1539,7 @@ paths:
1539
1539
### :clap : Doing It Right Example: Using Applitools to get snapshot comaprison and other advanced features
1540
1540
1541
1541
![ ] (https://img.shields.io/badge/🔨%20Example%20using%20AppliTools-blue.svg
1542
- "Using Cypress to illustrate the idea ") ![ ] (https://img.shields.io/badge/🔨%20Example%20using%20Cypress-blue.svg
1542
+ "Using AppliTools ") ![ ] (https://img.shields.io/badge/🔨%20Example%20using%20Cypress-blue.svg
1543
1543
"Using Cypress to illustrate the idea")
1544
1544
1545
1545
``` javascript
@@ -1601,7 +1601,7 @@ Implementation tips: You may want to configure your continuous integration (CI)
1601
1601
### :clap : Doing It Right Example: Setting up coverage per component (using Jest)
1602
1602
1603
1603
![ ] (https://img.shields.io/badge/🔨%20Example%20using%20Jest-blue.svg
1604
- "Using Cypress to illustrate the idea ")
1604
+ "Using Jest ")
1605
1605
1606
1606
![ alt text] ( assets/bp-18-code-coverage2.jpeg " Setting up coverage per component (using Jest) ")
1607
1607
0 commit comments