octomind-dev/AutomagicallyExecutor

Trigger Automagically given a url and a valid token

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: octomind-dev/automagically-action-execute@6f1004a2670f022b1a9d677ed5401abbbc444403 # v2.9.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlUrl of the app to testyes
tokenYour unique identifieryes
testTargetIdYour test target idyes
automagicallyBaseUrlBase URL of the automagically instance, for switching between production and staging. Defaults to Production urlno
blockingIf the pipeline should be blocked until all test results in the test report are passednofalse
environmentNameOptional, name of the environment you want to execute your tests againstnodefault
breakpointOptional, breakpoint to execute your tests against, available are DESKTOP, MOBILE, TABLETnoDESKTOP
browserOptional, browser to execute your tests with, available are CHROMIUM, FIREFOX, SAFARInoCHROMIUM
variablesToOverwriteOptional, variables to overwrite in the environmentno
ymlDirectoryOptional, directory where the yml files are locatedno
actionOptional, type of action to perform: 'execute-tests' (default) or 'explore-test-plan'noexecute-tests
tagsOptional, tags to filter test cases for executionno
namedescription
testReportUrlUrl to resulting test report