Skip to content

Commit 210780d

Browse files
authored
docs: move example project to different repository
1 parent a97fed4 commit 210780d

35 files changed

+8
-7230
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<a href="#features">Features</a> •
2020
<a href="#requirements">Requirements</a> •
2121
<a href="#usage">Usage</a> •
22+
<a href="#example">Example</a> •
2223
<a href="https://github.com/redhat-developer/vscode-extension-tester/wiki/">Documentation</a> •
2324
<a href="#known-issues">Known Issues</a>
2425
</p>
@@ -62,6 +63,10 @@ Make sure to check out the 🔗 [Documentation](../../wiki) for detailed instruc
6263
- 📄 [An example simple test case](../../wiki/Writing-Simple-Tests)
6364
- 📄 [Page objects API quick guide](../../wiki/Page-Object-APIs)
6465

66+
### Example
67+
68+
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.
69+
6570
### Documentation
6671

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

docs/Debugging-Tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ We recommend using separate mocha configuration files for running, and debugging
3333

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

36-
An example debugging setup can be found in [helloworld-extester](../tree/main/examples/helloworld-extester).
36+
An example debugging setup can be found in [vscode-extension-tester-example](https://github.com/redhat-developer/vscode-extension-tester-example).

docs/Writing-Simple-Tests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ExTester is integrated with Mocha framework (as such requires Mocha 5.2+ to be p
22

33
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]].
44

5+
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.
6+
57
```typescript
68
import { assert } from "chai";
79
// import the webdriver and the high level browser wrapper

examples/helloworld-extester/.eslintrc.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/helloworld-extester/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/helloworld-extester/.mocharc.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/helloworld-extester/.vscode/launch.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/helloworld-extester/.vscode/tasks.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/helloworld-extester/.vscodeignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/helloworld-extester/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)