gfk-ba / senbot

Cucumber / Selenium framework in Java
MIT License
10 stars 11 forks source link

Archetype tests all fail #5

Closed nreijmersdal closed 11 years ago

nreijmersdal commented 11 years ago

After creating a new archetype with the mvn archetype:generate it builds, but all the example tests supply seem to fail.

Fix the archetype tests

nreijmersdal commented 11 years ago

Shortly looking at the tests I think they are meant to fail, but I think this is a bad starting point. Maybe better to make two simple tests that at-least run succesfully

joostschouten commented 11 years ago

They should all work. I could have a look at it one of these days.

nreijmersdal commented 11 years ago

They do work, but some steps are not implemented, which is fine. Still the Archetype could use some cleanup, but not in this scope :)

joostschouten commented 11 years ago

https://github.com/gfk-ba/senbot/commit/eb078eca9a7539c992d609a6673fc811bd33dacc fixed this issue.