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 - Run junit tests/testsuite on remote platform
Summary: Run junit tests/testsuite on remote platform
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 04:51 UTC by RampantBadger
Modified: 2016-05-27 09:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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