0
0
Fork 0
New Salix front-end
Go to file
Alex Moreno 39e0f88380 refactor: refs #8463 remove unnecessary expose of getData in VnDescriptor component 2025-03-21 14:17:22 +01:00
.husky
.vscode
docs
public
src refactor: refs #8463 remove unnecessary expose of getData in VnDescriptor component 2025-03-21 14:17:22 +01:00
test fix: refs #8581 update test to check cardDescriptor_subtitle instead of descriptor_id 2025-03-20 08:59:41 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
CHANGELOG.md
Dockerfile
Jenkinsfile fix: reduce parallelism in Cypress tests to improve stability 2025-03-21 09:49:00 +01:00
README.md docs: update README with e2e parallel run instructions and report viewing 2025-03-14 13:11:22 +01:00
bun.lockb
changelog.sh
commitlint.config.js
cypress.config.js chore: remove slowTestThreshold from Cypress configuration 2025-03-16 13:57:51 +01:00
index.html
jsconfig.json
package.json fix: refs #8581 rollback 2025-03-18 11:27:35 +01:00
pnpm-lock.yaml chore: add junit-merge dependency to package.json 2025-03-14 08:02:13 +01:00
postcss.config.js
proxy-serve.js
quasar.config.js
quasar.extensions.json
quasar.testing.json
vitest.config.js

README.md

Lilium (lilium-front)

Lilium frontend

Install the dependencies

pnpm install

Install quasar cli

sudo npm install -g @quasar/cli

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Run unit tests

pnpm run test:front

Run e2e tests

pnpm run test:e2e

Run e2e parallel

pnpm run test:e2e:parallel

View e2e parallel report

pnpm run test:e2e:summary

Build the app for production

quasar build