spring-cloud-release-tools icon indicating copy to clipboard operation
spring-cloud-release-tools copied to clipboard

Test integration with start.spring.io

Open marcingrzejszczak opened this issue 6 years ago • 1 comments

Each project could have a test to see if you can still generate a project in initlizr from scratch.

marcingrzejszczak avatar Sep 23 '19 09:09 marcingrzejszczak

I don't really know how that would work but it is interesting. A few observations:

  • Please don't use start.spring.io as the target for the test. Starting your own is relatively easy, last resort use our dev instance
  • This is not only about getting an empty project but making sure that the necessary setup works as expected (see https://github.com/spring-io/start.spring.io/issues/278 for a concrete example).

I guess something that creates a new project and then apply some sort of customizations and make sure the feature works would be very nice. I expect this can be useful for other projects in the portfolio so not making the machinery Spring Cloud specific would be very much welcome.

snicoll avatar Sep 23 '19 09:09 snicoll