fix(deps): update dependency @qlik/api to ^2.8.0 (#2003)

* fix(deps): update dependency @qlik/api to ^2.8.0

* chore: update playwright

* chore: move the playwright install in test-create

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
renovate[bot]
2026-05-19 16:55:49 +02:00
committed by GitHub
parent f37709f5d9
commit c6edb201b8
5 changed files with 13 additions and 9 deletions

View File

@@ -30,5 +30,11 @@ if [ "$BUILD" = "true" ]; then
yarn run build
fi
if [ "$TEST" = "true" ]; then
echo "Installing Playwright browser for this generated project"
if [ "${CI:-false}" = "true" ]; then
yarn playwright install chromium --with-deps
else
yarn playwright install chromium
fi
yarn run test:e2e
fi