gobletqa/GobletQA Tests

Run Goblet tests in a github action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-contextPath or name to the tests to run. Runs all tests if not definedno
git-tokenGithub Token with write access to the repositoryyes
goblet-tokenGoblet Auth Token from the goblet platformyes
alt-repoAlternative github repository that contains the tests to be run.no
alt-branchName of the branch to use for the alt repositoryno
alt-userGithub user name or organization with write access to the alt repositoryno
alt-emailEmail of user with write access to the alt repositoryno
alt-tokenGithub Token with write access to the alt repositoryno
test-typeTest type to run, one of `bdd`, `waypoint`, or `unit`nobdd
test-retryNumber of times a failed test should be retriedno
test-reportGenerate an html formatted test report for all executed testsno
test-tracingEnable test tracing via playwrightno
test-recordEnable browser video recording via playwrightno
test-screenshotEnable browser snapshots on failed tests. Ignored if `test-tracing` input is `true`no
test-timeoutAmount of time until a test times out and is marked as failno
test-cacheUse internal test cache when executing testno
test-colorsForce use of colors even when not a TTYno
test-workersNumber of workers to use when running testsno
test-verboseOutput verbose test results as the tests runno
test-bailStop running tests after a specified amount of tests failno
browsersComma separated list of Browsers to execute tests againstno
browser-debugLog the debug output of the playwright browserno
browser-slow-moSpeed of actions executed in the browser while executing testsno
browser-concurrentRun the tests in each defined browser at the same timeno
browser-timeoutAmount of time until a browser times out and the test is marked as failno
artifacts-debugEnable debug logging for all generated artifactsno
feature-tagsComma separated list of feature tags which determine which features are executedno
html-combineCombine html reports into a single fileno
reuse-contextReuse the same browser context for each testno
namedescription
resultResult of the executed Goblet tests, one of `pass` or `fail`
report-pathsPaths to the html test reports for each browser that ran
trace-pathsPaths of the generated playwright traces when enabled
video-pathsPaths to the video recordings of executed tests when enabled