Skip to content

First setup of e2e testing with playwright including github workflow. #40

First setup of e2e testing with playwright including github workflow.

First setup of e2e testing with playwright including github workflow. #40

Workflow file for this run

name: cicd-feature
on:
push:
branches:
- feature/*
pull_request:
branches:
- feature/*
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml