JujaLabs / itevents

Resource to subscribe on it events
Apache License 2.0
7 stars 5 forks source link

Sample html mock #176

Closed vaa25 closed 8 years ago

vaa25 commented 8 years ago

Create simple html page for sample integration and mock it with WireMock. You can inspirate yourself by DOU or any other portal. Page must contain:

vaa25 commented 8 years ago

done https://gitlab.com/Juja-ITevents/integrationexample @AndriyBaibak 4 hours

romach commented 8 years ago

@vaa25 last build is failed

romach commented 8 years ago

@AndriyBaibak 4 hours

vaa25 commented 8 years ago

@romach fixed

romach commented 8 years ago

@vaa25 what is purpose of Main class?

vaa25 commented 8 years ago

@romach to prepare base for further integration development and to show principle of WireMock using

romach commented 8 years ago

@vaa25 as I understand we need WireMock only in tests. Am I right?

vaa25 commented 8 years ago

@romach no. this integration is a sample. In real integration data will be downloaded from web, but here we'll provide data for parsing by WireMock

romach commented 8 years ago

@vaa25 OK, but I think that this class must have more obvious name. For example, SampleIntegration

vaa25 commented 8 years ago

@romach fixed in new branch

romach commented 8 years ago

@vaa25 PASSED @AndriyBaibak time spent: 10 minutes