LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Need to run JsTestDriver In my application #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In eclipse: Create new project with some js file
2.select the js file and give run us jstest driver
3.I am getting error like JS Test Driver Error Reason:No launch Configuration 
found for selection

What is the expected output? What do you see instead?
it has to run successfully with green mark
What version of the product are you using? On what operating system?
Eclipse Galileo 3.5.2
for JsTestDriver i used this link 
http://js-test-driver.googlecode.com/svn/update/
Please provide any additional information below.

Original issue reported on code.google.com by sasikala...@a-cti.com on 1 Oct 2011 at 12:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Try creating a new run configuration in Run->Run Configurations... of type jstd 
and run that.

Original comment by corbinrs...@gmail.com on 7 Oct 2011 at 10:20

GoogleCodeExporter commented 9 years ago
you must complete some following steps:
1. config reference: 
Choose window -> preference
Set info for js test driver: click js test driver on the right menu, type url 
to ink browser that run app.
2. should config before run:
Choose run configuration -> double click js test driver test to add new 
configuration.
On the right, choose correct project and conf file

Hope it help you.
Regards.

Original comment by huynhsno...@gmail.com on 12 Oct 2011 at 7:49