Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWTBot/Maven"

m (add a category)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<{{SWTBotLink|AdvancedUsers}}
+
#REDIRECT [[SWTBot/Automate test execution]]
 
+
To automate building and running SWTBot tests with Maven 3.0 and Tycho
+
follow [https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho "How to run SWTBot tests with Tycho"].
+
 
+
== Example: Eclipse EGit ==
+
Eclipse EGit is running swtbot tests using Maven 3.0 and Tycho :
+
http://wiki.eclipse.org/EGit/Contributor_Guide#During_Maven_Build
+
 
+
* [http://egit.eclipse.org/w/?p=egit.git;a=blob;f=org.eclipse.egit.ui.test/pom.xml;h=6bfc5e6aafdc939110f5fe1dbf18ab7668e8d789;hb=da053e043f3224c714774746f1f3aa9f639e3fe1 org.eclipse.egit.ui.test/pom.xml for egit ui test bundle]
+
* [http://egit.eclipse.org/w/?p=egit.git;a=blob;f=pom.xml;h=df22dd38eb89f40d05d01f7caf9233bda5706d0f;hb=da053e043f3224c714774746f1f3aa9f639e3fe1 egit parent pom.xml]
+
 
+
 
+
[[Category:SWTBot]]
+

Latest revision as of 10:37, 20 July 2012

Back to the top