Skip to content

Commit 650d619

Browse files
authored
Merge pull request goldbergyoni#69 from DouglasMV/fixes
Fixes
2 parents d0135dd + b4c3a60 commit 650d619

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ it('When doing smoke testing over all page, should load them all successfully',
14531453

14541454
### :clap: Doing It Right Example: Describing tests in human-language using cucumber-js
14551455

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")
14571457
```javascript
14581458
// this is how one can describe tests using cucumber: plain language that allows anyone to understand and collaborate
14591459

@@ -1508,7 +1508,7 @@ Feature: Twitter new tweet
15081508
### :clap: Doing It Right Example: Configuring wraith to capture and compare UI snapshots
15091509

15101510
![](https://img.shields.io/badge/🔨%20Example%20using%20Wraith-blue.svg
1511-
"Using Cypress to illustrate the idea")
1511+
"Using Wraith")
15121512

15131513
```
15141514
​# Add as many domains as necessary. Key will act as a label​
@@ -1539,7 +1539,7 @@ paths:
15391539
### :clap: Doing It Right Example: Using Applitools to get snapshot comaprison and other advanced features
15401540

15411541
![](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
15431543
"Using Cypress to illustrate the idea")
15441544

15451545
```javascript
@@ -1601,7 +1601,7 @@ Implementation tips: You may want to configure your continuous integration (CI)
16011601
### :clap: Doing It Right Example: Setting up coverage per component (using Jest)
16021602

16031603
![](https://img.shields.io/badge/🔨%20Example%20using%20Jest-blue.svg
1604-
"Using Cypress to illustrate the idea")
1604+
"Using Jest")
16051605

16061606
![alt text](assets/bp-18-code-coverage2.jpeg "Setting up coverage per component (using Jest)")
16071607

0 commit comments

Comments
 (0)