Commit Graph

10 Commits

Author SHA1 Message Date
The Gitter Badger
01c2122168 Add Gitter badge 2016-03-21 09:23:10 +00:00
Stephane Nicoll
62d394d226 Polish 2016-01-31 11:13:14 +01:00
Stephane Nicoll
9ea01d9424 Polish 2016-01-12 14:54:22 +01:00
Stephane Nicoll
4ce9c412bb Polish contribution
Closes gh-173
2016-01-11 22:24:56 +01:00
Sebastien Deleuze
d1fb4ad2d6 Pre-fill form based on URL hashbang parameters
This commit makes it possible to customize and display automatically form
inputs with this kind of hashbang parameters:
https://start.spring.io/#!language=groovy&name=Groovy%20Sample

type, groupId, artifactId, name, description, packageName,
packaging, javaVersion and language parameters are supported.

Closes gh-107
2016-01-11 17:48:54 +01:00
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