Skip to content

Commit daf258f

Browse files
authored
add description to images (#2412)
1 parent 0345ce9 commit daf258f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ I.say('This is by default'); //cyan is used
695695

696696
## IntelliSense
697697

698-
![](/img/edit.gif)
698+
![Edit](/img/edit.gif)
699699

700700
To get autocompletion when working with CodeceptJS, use Visual Studio Code or another IDE that supports TypeScript Definitions.
701701

docs/testcafe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Testing with TestCafe
77

88
[TestCafe](https://devexpress.github.io/testcafe/) is another alternative engine for driving browsers. It is driven by unique technology which provides fast and simple cross browser testing for desktop and mobile browsers. Unlike WebDriver or Puppeteer, TestCafe doesn't control a browser at all. It is not a browser itself, like [Nightmare](/nightmare) or Cypress. **TestCafe core is a proxy server** that runs behind the scene, and transforms all HTML and JS to include code that is needed for test automation.
99

10-
![](/img/testcafe.png)
10+
![Testcafe](/img/testcafe.png)
1111

1212
This is very smart idea. But to use TestCafe on daily basis you need to clearly understand its benefits and limitations:
1313

docs/videos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ editLink: false
77
---
88

99
> Add your own videos to our [Wiki Page](https://github.com/Codeception/CodeceptJS/wiki/Videos)
10-
[![](http://i3.ytimg.com/vi/BRMWstiOTks/maxresdefault.jpg)](https://www.youtube.com/watch?v=BRMWstiOTks)
10+
[![Maxresdefault](http://i3.ytimg.com/vi/BRMWstiOTks/maxresdefault.jpg)](https://www.youtube.com/watch?v=BRMWstiOTks)
1111

1212
* ## [An Introduction, Getting started and working with CodeceptJS & Puppeteer (EAWeekend)](https://www.youtube.com/watch?v=BRMWstiOTks)
1313

0 commit comments

Comments
 (0)