So has anyone done that?
If not im thinking of doing it. It turned out that the direct wicket
integration had some problems...
Currently Im not sure how I do some things before and after a scenario
are run? I tried to override runAfterScenario & runBeforeScenario but
both seemed to run before my scenario or anyway be fore my steps were
called, so Im thinking that I misunderstood something?
// @Override
// public List<Step> runAfterScenario() {
// selenium.stop();
// try {
// Start.stop();
// } catch (Exception e) {
// // TODO Auto-generated catch block
// e.printStackTrace();
// }
//
// return super.runAfterScenario();
// }
//
// @Override
// public List<Step> runBeforeScenario() {
// Start.start();
// try {
// selenium = createSeleniumClient("http://localhost:8080/");
// selenium.start();
// } catch (Exception e) {
// // TODO Auto-generated catch block
// e.printStackTrace();
// }
//
// return super.runBeforeScenario();
// }
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email