Commit Graph

15 Commits

Author SHA1 Message Date
Constantin Graf be69626970 Add permissions to all GitHub actions 2025-05-22 11:04:37 +02:00
Constantin Graf bbed618fdc Added API endpoints for user API tokens 2025-02-13 17:04:18 -05:00
Constantin Graf 42da2c3397 Set timeout for all GitHub actions 2024-07-01 12:09:30 +02:00
Gregor Vostrak fc0a0615cb reenable playwright github action 2024-06-24 18:23:43 +02:00
Constantin Graf 9cab386100 Made playwright action manual 2024-04-15 22:31:45 +02:00
dependabot[bot] 00593eb758 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 11:01:25 +02:00
Constantin Graf 9c90fcd031 Updated action setup-node to v4 2024-03-22 11:41:51 +01:00
Gregor Vostrak 5ac5501572 add passport:keys to playwright action 2024-03-13 15:47:39 +01:00
Gregor Vostrak 1f3d1c18d2 make api endpoint url dynamic to environment 2024-03-13 15:15:21 +01:00
Constantin Graf 37cf43fe2d Fixes after merge 2024-03-13 13:36:45 +01:00
Gregor Vostrak 745b9b491b remove sql lite database from playwright action 2024-03-11 18:45:00 +01:00
Gregor Vostrak 51c3a2672f fix playwright action database connection 2024-03-11 18:43:08 +01:00
Constantin Graf 524dc0727d Fixed PHP version in github actions 2024-02-27 12:09:03 +01:00
Constantin Graf e60e502612 Added telescope, basic project endpoint, basic filament resources, GitHub actions 2024-02-05 22:50:43 +01:00
Gregor Vostrak fc524625c2 playwright (#3)
* add playwright setup and tests for auth, profile and organization settings

* add playwright github action

* add sqlite database

* fix playwright base url

* add mailpit and parallelization

* remove additional waitForUrl in fixture

* fix tests

* remove waitforurl in tests

* change playwright github action to only one worker

* try promiso all to avoid loading errors

* change environment to include http protocol

* convert back to simpler structure

* add caching of playwright browser binaries

* test if playwright in ci works faster with multiple workers

* change back to one worker

* remove browser binary caching

* try using playwright container to speedup browser setup

* rollback image changes

* add playwright gitignore changes

---------

Co-authored-by: Gregor Vostrak <gregorvostrak@Gregors-MacBook-Pro.local>
2024-01-23 17:13:25 +01:00