Skip to content

Conversation

@fredevery
Copy link
Contributor

@fredevery fredevery commented Jun 7, 2019

This brings in quite a lot of infrastructural changes for the development environment.

The first of which is to swap out rollup in favour of webpack for building the app as well as running the dev server.

The second is a swap out of nightwatch in favour of cypress. All the e2e tests that were run through nightwatch have been rewritten for the cypress runner and are now in /test/integration

The third, and the instigating issue for this PR, is swapping out the karma-jasmine-jquery package in favour of karma-jquery. The former package suffered from some high and critical errors according the npm audit. Note the project now has 0 npm audit issues.

The README has also been updated to reflect the changes.

Note as a side effect of migrating to webpack this project no longer requires docker or docker-compose.

@fredevery fredevery force-pushed the swap-to-webpack branch 2 times, most recently from 08fe119 to 755b51d Compare June 7, 2019 18:34
@fredevery fredevery requested a review from LevKanter June 7, 2019 18:40
@fredevery fredevery changed the title DONUT - Audit fixes Audit fixes Jun 7, 2019
@LevKanter LevKanter merged commit 6e81233 into devel Jun 7, 2019
@LevKanter LevKanter deleted the swap-to-webpack branch June 7, 2019 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants