Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Browser tests

on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~

jobs:
workflow-experience:
name: "Notifications browser tests - Experience"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'experience'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is experience the lowest edition we can test this on? ibexa/workflow has 'headless' also - is there any particular reason to only test exp here?

Copy link
Author

@KamilSznajdrowicz KamilSznajdrowicz Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the first iteration I will release with commented headless mode due to the changed dashboard and have to test scenarios

test-suite: '--profile=workflow --suite=workflow-full'
test-setup-phase-1: '--profile=setup --suite=workflow --tags=@part1 --mode=standard'
test-setup-phase-2: '--profile=setup --suite=workflow --tags=@part2 --mode=standard'
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/selenium.yml"
secrets: inherit
Loading