first commit

This commit is contained in:
2025-04-04 08:46:42 +02:00
commit 9242ba3905
10 changed files with 197 additions and 0 deletions

16
action.yml Normal file
View File

@@ -0,0 +1,16 @@
name: Takes cypress screenshots
description: Takes cypress screenshots
author: Skydust
# Define your inputs here.
inputs:
baseUrl:
description: The server url
required: true
env:
GITHUB_WORKSPACE: "${{ github.workspace }}"
runs:
using: docker
image: Dockerfile