smocker-dev / smocker

Smocker is a simple and efficient HTTP mock server and proxy
https://smocker.dev
MIT License
1.15k stars 61 forks source link

Add smoke tests on the generated docker image #68

Open gwleclerc opened 4 years ago

gwleclerc commented 4 years ago

Could be linked to https://github.com/ant-design/parcel-antd/issues/12 (which should also reduce bundle size)

gwleclerc commented 4 years ago

It works and bundle size is reduced from 3.75MB to 2.4MB

Thiht commented 4 years ago

We should add UI smoke tests

gwleclerc commented 4 years ago

We should add smoke tests for the UI and the server using the docker image. Could be done with venom by calling the pages.

OR we could test cypress.io which looks amazing for UI testing 😉