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 159833 - Allow execution of single unit/integration tests in grails project-view
Summary: Allow execution of single unit/integration tests in grails project-view
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 5 votes (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 22:39 UTC by pstehlik
Modified: 2013-09-04 09:03 UTC (History)
1 user (show)

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 pstehlik 2009-03-06 22:39:22 UTC
It should be possible to execute single unit and integration tests directly from the IDE via right-click on a file in
the respective test-folder and selecting 'Test'.

It can be distinguished which test to run (via folder structure) and the grails test-command can be executed with the
respective parameters

example for execution of test-app (grails 1.1)
  grails test-app -[type based on file's folder] [selected file's class]
e.g.
  grails test-app -integration com.blabla.ThisIsATest.groovy