octomind-dev/AutomagicallyExecutor
Trigger Automagically given a url and a valid token
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- MIT
Pinned Snippet
uses: octomind-dev/automagically-action-execute@6f1004a2670f022b1a9d677ed5401abbbc444403 # v2.9.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Url of the app to test | yes | — |
| token | Your unique identifier | yes | — |
| testTargetId | Your test target id | yes | — |
| automagicallyBaseUrl | Base URL of the automagically instance, for switching between production and staging. Defaults to Production url | no | — |
| blocking | If the pipeline should be blocked until all test results in the test report are passed | no | false |
| environmentName | Optional, name of the environment you want to execute your tests against | no | default |
| breakpoint | Optional, breakpoint to execute your tests against, available are DESKTOP, MOBILE, TABLET | no | DESKTOP |
| browser | Optional, browser to execute your tests with, available are CHROMIUM, FIREFOX, SAFARI | no | CHROMIUM |
| variablesToOverwrite | Optional, variables to overwrite in the environment | no | — |
| ymlDirectory | Optional, directory where the yml files are located | no | — |
| action | Optional, type of action to perform: 'execute-tests' (default) or 'explore-test-plan' | no | execute-tests |
| tags | Optional, tags to filter test cases for execution | no | — |
Outputs
| name | description |
|---|---|
| testReportUrl | Url to resulting test report |