Skip to content

TR 59 automated test that is able to login the user and check if pages are loading correctly #463

TR 59 automated test that is able to login the user and check if pages are loading correctly

TR 59 automated test that is able to login the user and check if pages are loading correctly #463

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
workflow_dispatch:
push:
branches: ["*"]
jobs:
unit-test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run build
- run: npm run test