Skip to content

Commit

Permalink
docs(readme): Add example repository into extester package readme dir… (
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Nov 11, 2024
1 parent cb5126b commit 3761fc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="#features">Features</a> •
<a href="#requirements">Requirements</a> •
<a href="#usage">Usage</a> •
<a href="#example">Example</a> •
<a href="https://github.com/redhat-developer/vscode-extension-tester-example">Example</a> •
<a href="https://github.com/redhat-developer/vscode-extension-tester/wiki/">Documentation</a> •
<a href="#known-issues">Known Issues</a>
</p>
Expand Down Expand Up @@ -66,7 +66,7 @@ Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instruc

### Example

For an example project, check out the [vscode-extension-tester-example](https://github.com/redhat-developer/vscode-extension-tester-example) repository, where you can find detailed setup and usage instructions.
For an example project, check out the [Hello World Example](https://github.com/redhat-developer/vscode-extension-tester-example) repository, where you can find detailed setup and usage instructions.

### Documentation

Expand Down
5 changes: 5 additions & 0 deletions packages/extester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<a href="#features">Features</a> •
<a href="https://github.com/redhat-developer/vscode-extension-tester?tab=readme-ov-file#requirements">Requirements</a> •
<a href="#usage">Usage</a> •
<a href="https://github.com/redhat-developer/vscode-extension-tester-example">Example</a> •
<a href="https://github.com/redhat-developer/vscode-extension-tester/wiki/">Documentation</a> •
<a href="#known-issues">Known Issues</a>
</p>
Expand Down Expand Up @@ -43,6 +44,10 @@ Make sure to check out the 🔗 [Documentation](../../../../wiki) for detailed i
- 📄 [An example simple test case](../../../../wiki/Writing-Simple-Tests)
- 📄 [Page objects API quick guide](../../../../wiki/Page-Object-APIs)

### Example

For an example project, check out the [Hello World Example](https://github.com/redhat-developer/vscode-extension-tester-example) repository, where you can find detailed setup and usage instructions.

### Documentation

Our full documentation is located in 🔗 [GitHub Wiki](../../../../wiki). Included are details about Page Objects API and how to setup Mocha tests information.
Expand Down

0 comments on commit 3761fc7

Please sign in to comment.