cignium / hypermedia-client

Hypermedia renderer for Cignium's hypermedia api.
MIT License
5 stars 5 forks source link

Investigate UI tests in build step #109

Closed nranas closed 7 years ago

nranas commented 7 years ago

I think we should consider using Jest for this since we are already using it for the unit tests and it is facebooks own testing framework.

nranas commented 7 years ago

We now have a working example of a simple UI test running in the travis build against browserstack. If we want to continue with the current setup we need to buy a browserstack account and add more tests.

hfjallemark commented 7 years ago

Isn't Browserstack free for OSS?

nranas commented 7 years ago

They have some kind of free open source plan which you have to apply for.

image

Not sure what would be included in that but I guess we are mostly interested in the automate parts.

nranas commented 7 years ago

I have sent a request to them now and are awaiting the response.

nranas commented 7 years ago

We now have a Browserstack account with the open source plan activated. I have sent some invites. I think that concludes this issue and I will open a new issue to extend the test suit to get more coverage.