Skip to content

Commit d04e72b

Browse files
authored
docs: update the README.md (#44)
## Proposed changes Update `README.md` - add GIF image - Indicate availability on VSCode Marketplace ## Types of changes [//]: # 'What types of changes does your code introduce to WebdriverIO?' [//]: # '_Put an `x` in the boxes that apply_' - [ ] Polish (an improvement for an existing feature) - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] Documentation update (improvements to the project's docs) - [ ] Internal updates (everything related to internal scripts, governance documentation and CI files) ## Checklist [//]: # "_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._" - [X] I have read the [CONTRIBUTING](https://github.com/webdriverio/vscode-webdriverio/blob/main/CONTRIBUTION.md) doc - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added the necessary documentation (if appropriate) - [ ] I have added proper type definitions for new commands (if appropriate) ## Further comments [//]: # 'If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...' ### Reviewers: @webdriverio/project-committers
1 parent 9aa6993 commit d04e72b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ charset = utf-8
1414
trim_trailing_whitespace = true
1515
insert_final_newline = true
1616

17-
[{.travis.yml,**/*.json,.github/**/*.yml}]
18-
indent_size = 4
17+
[{**/*.json,.github/**/*.yml}]
18+
indent_size = 2

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<h1 align="center">WebdriverIO extension for Visual Studio Code.</h1>
2+
<h2 align="center">Available on the <a href="https://marketplace.visualstudio.com/items?itemName=WebdriverIO.vscode-webdriverio&ssr=false#overview">Visual Studio Marketplace</a>.</h2>
23

34
<p align="center">
45
<a title="WebdriverIO extension for Visual Studio Code" href="https://github.com/webdriverio/vscode-webdriverio"><img src="./assets/vscode-webdriverio.png" alt="WebdriverIO extension for Visual Studio Code" width="80%" /></a>
56
</p>
67

8+
<h1></h1>
9+
10+
<p align="center">
11+
<img src="assets/vscode-webdriverio.gif" width="80%">
12+
</p>
13+
714
## Features
815

916
- **Run** WebdriverIO tests in Visual Studio Code.

assets/vscode-webdriverio.gif

1.47 MB
Loading

0 commit comments

Comments
 (0)