Can WindowTester tests be run from the command line?
The short answer is yes, since WindowTester tests are just JUnit plugin tests, they can be run the same way that eclipse plug-in tests are run using the Eclipse Testing Framework. To get started with the Eclipse Testing Framework, see this article. We’ve put together a script and a sample project that can be used as a jumping off point that can be found here.
The short answer is yes, since WindowTester tests are just JUnit plugin tests, they can be run the same way that eclipse plugin tests are run using the Eclipse Testing Framework. The long answer is that it takes a little doing to set it up. To get started with the Eclipse Testing Framework, see this article. We’ve also put together a sample project that can be used as a jumping off point that can be found here. Instructions for running the sample test can be found in the README in the test-files/ subdirectory.
The short answer is yes, since WindowTester tests are just JUnit plugin tests, they can be run the same way that eclipse plug-in tests are run using the Eclipse Testing Framework. To get started with the Eclipse Testing Framework, see this article. We’ve put together a script and a sample project that can be used as a jumping off point that can be found here.