Commit Graph

5 Commits

Author SHA1 Message Date
Stephane Nicoll
5a4a2b9f81 Migrate smoke tests to Geb
Since Htmlunit does not provide a complete support for Javascript, smoke
tests are migrated to Gab (i.e. using Selenium and an actual browser).

This present a major challenge: it is not easy to assert the content of
a file that the browser downloads when it submits a form. First, the
browser should be configured to download the file directly instead of
opening a (native) pop-up asking the users where to download it. Then,
the tests should be aware of the location of the file in order to assert
it.

Hopefully, Firefox can be configured to achieve this goal.

Closes gh-75
2015-02-17 13:52:39 +01:00
Stephane Nicoll
81a5d80b2c Update README with recent command-line improvements 2015-01-21 08:35:03 +01:00
Stephane Nicoll
cb0c2b2e4e Improve project description 2015-01-17 10:29:26 +01:00
Stephane Nicoll
81df61931a Add changelog 2015-01-16 13:14:20 +01:00
Stephane Nicoll
e86830df39 Migrate to asciidoc 2014-12-08 15:54:25 +01:00