This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245502

Summary: Run junit tests/testsuite on remote platform
Product: java Reporter: RampantBadger
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description RampantBadger 2014-07-09 04:51:46 UTC
Am finding the run/debug on remote platform extremely useful especially for embedded programming. 

If practicing test driven development, it would be extremely useful to be able to run junit tests and testsuite on remote platform not just run/debug.
Comment 1 RampantBadger 2016-05-27 09:19:11 UTC
Is there, or has there been any thoughts on this? as would be really handy to test frameworks we write remotely directly from netbeans, as opposed to cloning the repo onto the remote platform and moving over to that platform and run tests manually