data-provider/core

Add e2e tests

Closed this issue · 1 comments

The package has a great unit test coverage, but it is desirable to add e2e tests.

Tests should include testing the usage of the library in a node.js package, a front-end application built with Webpack, and a front-end application loading the library in "umd" format. Front-end applications should be tested using Cypress.

Having e2e tests will improve the CI/CD, allowing Greenkeeper to update dependencies automatically in a more secure way.

Released in #37