Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Maven, SWTBot integration

hi all,
the task is to integrate SWTBot tests with Maven so the automated building process can include the UI testing.

the project is an eclipse plugin (not an RCP plugin nor SWT application). It is in the local repository (SVN's) and has maven support.

I'm pretty new to the context.

I really want the steps to perform to integrate Maven and SWTBot. Could anyone explain a way to structure the testing process ('mvn test' in the command line should test the plugin UI).

Thanks in advance...

Back to the top