Fix the scripts for local cypress runs,
they need to be run within the `npm run` environment,
as the nextcloud webpack config requires the `npm_package_name`
variable to be set.
Also a up-to-date nextcloud instance is required for testing
text at the current git head, so updated the dockerfile
and docker-compose files to create a nextcloud image from current git head.
Additionally updated the tests to use cypress 10.x and
added missing documentation on how to run the cypress tests.
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
Only test with sqlite and oc for now. There's no added value to run our
basic phpunit test on mysql and postgresql environments.
Also drops the obsolete `occ app:check-code` compatibility tests.
Signed-off-by: Jonas <jonas@freesources.org>