GetDKAN / dkan-tools

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

Use cypress from the container #308

Closed janette closed 2 years ago

janette commented 2 years ago

@dasumner this still is installing cypress in src/test, can we talk about how to access it from the container and how we can add dependencies such as

{ "devDependencies": { "@testing-library/cypress": "^6.0.0", "@testing-library/dom": "^7.16.1", "eslint-plugin-cypress": "^2.11.1" } }

Also I changed the command to 'project' so

dktl project:test-cypress
dktl project:test-phpunit
janette commented 2 years ago

Resolved by #313