Check release test fails for a fresh cookiecutter due to `ui-tests` path issues
krassowski opened this issue · 1 comments
krassowski commented
Description
Freshly seeded extension from cookiecutter will fail check_release
test because of incorrect relative paths to ui-tests
scripts in /ui-tests/README.md
and outdated link to https://playwright.dev/docs/intro/ (now https://playwright.dev/docs/intro - no trailing slash):
FAILED ui-tests/README.md::/home/runner/work/myextension/myextension/.jupyter_releaser_checkout/ui-tests/README.md <a href=https://playwright.dev/docs/intro/>
FAILED ui-tests/README.md::/home/runner/work/myextension/myextension/.jupyter_releaser_checkout/ui-tests/README.md <a href=../playwright.config.js>
FAILED ui-tests/README.md::/home/runner/work/myextension/myextension/.jupyter_releaser_checkout/ui-tests/README.md <a href=../jupyter_server_test_config.py>
The bigger problem is that we are not testing the tests.
Reproduce
- Cut cookies with all settings default but enabled tests
- Push to GitHub
- Check release fails
Expected behavior
Tests pass.
Context
3.0 branch
fcollonval commented
Closing as fixed by #224 - thanks