Skip to content

Commit

Permalink
testing_plugins.md: update link for Sikuli
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Apr 17, 2019
1 parent 3a42134 commit 6a16a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/testing_plugins.md
Expand Up @@ -16,7 +16,7 @@ In a product with 15+ years of lifetime that has gone through a large number of
Another consequence of our testing approach is what our test framework does not provide:

* We do not provide a recommended approach to mocking. We have a few tests in our codebase that use JMock, but in general, we find it difficult to mock all of the interactions with *IntelliJ Platform* components that your plugin class will need to have, and we recommend working with real components instead.
* We do not provide a general-purpose framework for Swing UI testing. You can try using tools such as [FEST](https://code.google.com/p/fest/) or [Sikuli](http://www.sikuli.org/) for plugin UI testing, but we don't use either of them and cannot provide any guidelines for their use. Internally, we use manual testing for testing our Swing UIs.
* We do not provide a general-purpose framework for Swing UI testing. You can try using tools such as [FEST](https://code.google.com/p/fest/) or [Sikuli](http://sikulix.com/) for plugin UI testing, but we don't use either of them and cannot provide any guidelines for their use. Internally, we use manual testing for testing our Swing UIs.

* [Tests and Fixtures](/basics/testing_plugins/tests_and_fixtures.md)
* [Light and Heavy Tests](/basics/testing_plugins/light_and_heavy_tests.md)
Expand Down

0 comments on commit 6a16a15

Please sign in to comment.