GetDKAN / dkan-tools

CLI tools for DKAN site management
https://getdkan.github.io/dkan-tools/
15 stars 14 forks source link

Allow dkan:test-cypress to accept cypress command options, and make dkan-tools compatible with composer 2 #274

Closed fmizzell closed 3 years ago

fmizzell commented 3 years ago

Some of DKAN's Cypress tests need to be run with chromium due to some memory issues with electron. To do this we need to allow dkan:test-cypress to accept options that can be passed to the cypress executable.

Also by default composer now installs version 2 which is breaking both dkan-tools and dkan. Even though this PR has failing tests, the prove that they will become green once these fixes and fixes in DKAN are merged can be seen here: https://github.com/GetDKAN/dkan/pull/3255