Skip to content

Commit

Permalink
docs: move example project to different repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf authored Oct 23, 2024
1 parent a97fed4 commit 210780d
Show file tree
Hide file tree
Showing 35 changed files with 8 additions and 7,230 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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/wiki/">Documentation</a> •
<a href="#known-issues">Known Issues</a>
</p>
Expand Down Expand Up @@ -62,6 +63,10 @@ Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instruc
- 📄 [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 [vscode-extension-tester-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
2 changes: 1 addition & 1 deletion docs/Debugging-Tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ We recommend using separate mocha configuration files for running, and debugging

To learn more about mocha configuration, check [[Mocha-Configuration]].

An example debugging setup can be found in [helloworld-extester](../tree/main/examples/helloworld-extester).
An example debugging setup can be found in [vscode-extension-tester-example](https://github.com/redhat-developer/vscode-extension-tester-example).
2 changes: 2 additions & 0 deletions docs/Writing-Simple-Tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ExTester is integrated with Mocha framework (as such requires Mocha 5.2+ to be p

This is what a really simple test case might look like. Note that here we are only using pure webdriver. To use the provided page objects, see the [[Page-Object-APIs]].

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.

```typescript
import { assert } from "chai";
// import the webdriver and the high level browser wrapper
Expand Down
30 changes: 0 additions & 30 deletions examples/helloworld-extester/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions examples/helloworld-extester/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions examples/helloworld-extester/.mocharc.js

This file was deleted.

36 changes: 0 additions & 36 deletions examples/helloworld-extester/.vscode/launch.json

This file was deleted.

20 changes: 0 additions & 20 deletions examples/helloworld-extester/.vscode/tasks.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/helloworld-extester/.vscodeignore

This file was deleted.

202 changes: 0 additions & 202 deletions examples/helloworld-extester/LICENSE

This file was deleted.

33 changes: 0 additions & 33 deletions examples/helloworld-extester/README.md

This file was deleted.

Binary file removed examples/helloworld-extester/demo.gif
Binary file not shown.
Binary file removed examples/helloworld-extester/icons/logo.png
Binary file not shown.
Loading

0 comments on commit 210780d

Please sign in to comment.