Dear all,
I tried run webtest script to create project: (the webtest.xml obtained from
the package downloaded)
webtest.sh -f ./webtest.xml wt.createProject
So it created a new directory for my new project, with sample tests. There are
3 XML tests and 2 groovy tests inside.
The allTests.xml contacts the other 3 XML tests (googleWebTest,
googleWebTestSteps, and webTestConference). When I run the test, all the tests
are run.
My query is, where do we specify which groovy tests to run? (GoogleWebtestTest
and the WebTestConferenceTest) or it run all the groovy tests in the "tests"
directory?
Thank you,
Steven