Skip to content

Commit

Permalink
fix: use raw assets urls in readme (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Aug 14, 2023
1 parent b3528df commit 3cbefd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Install the extension from [Visual Studio Marketplace](https://marketplace.visua

When writing test scripts with this extension installed, you can browse the list of all available test script options at any point in time. Take advantage of on-the-fly validation to write tests faster and avoid mistakes.

![Test script intellisense](assets/intellisense-suggestions.png)
![Test script intellisense](https://raw.github.com/artilleryio/vscode-artillery/main/assets/intellisense-suggestions.png)

> Learn more about [Writing test scripts with Artillery](https://www.artillery.io/docs/reference/test-script).
Explore existing test scripts by hovering at any of its properties to get a short description, examples, and links to the documentation to learn more.

![Inline tooltips for existing properties](assets/intellisense-tooltips.png)
![Inline tooltips for existing properties](https://raw.github.com/artilleryio/vscode-artillery/main/assets/intellisense-tooltips.png)

### Inline test runs

Expand Down

0 comments on commit 3cbefd7

Please sign in to comment.