@nebula.js/sn-nav-menu v0.13.2
sn-nav-menu
!Experimental
A navigation menu object for Qlik Sense implemented as a nebula.js supernova.
Developing
- Install with
pnpm install - Transpile code:
pnpm build(orpnpm build:watch) - Run it using nebula serve
pnpm start
Testing
Run unit tests with:
pnpm test:unit
Rendering tests
Rendering tests are running playwright. Execute rendering tests with pnpm test:e2 --headed.
Rendering test compares a baseline snapshot with a current version of the same object. The output is then stored under baselines. It is important to take the baseline from the build in your PR and not your local baselines which is stored under baselines-local. The report with baselines can be found under summary under a link called test report.
You can use the action called update snapshot to trigger a commit into your branch that automatically updates the snapshots.
- Go to actions tab
- Click on Build, validate, (release) workflow
- Open the Run workflow dropdown menu to the right
- Choose your branch and tick the update_snapshot
- Click Run workflow - now a commit will be done to your branch with updated snapshots
Linting
Run lint with:
pnpm lint
Releasing
Trigger the github action Build, validate, (release) and make sure you tick the release checkbox.
10 months ago
9 months ago
6 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago