-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f647a86
commit 407223b
Showing
5 changed files
with
210 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ActionOutputs = exports.ActionInputs = exports.USER_AGENT = void 0; | ||
exports.USER_AGENT = 'mabl-github-run-tests-action'; | ||
var ActionInputs; | ||
(function (ActionInputs) { | ||
ActionInputs["ApplicationId"] = "application-id"; | ||
ActionInputs["BrowserTypes"] = "browser-types"; | ||
ActionInputs["ContinueOnFailure"] = "continue-on-failure"; | ||
ActionInputs["EnvironmentId"] = "environment-id"; | ||
ActionInputs["EventTime"] = "event-time"; | ||
ActionInputs["HttpHeaders"] = "http-headers"; | ||
ActionInputs["MablBranch"] = "mabl-branch"; | ||
ActionInputs["PlanLabels"] = "plan-labels"; | ||
ActionInputs["RebaselineImages"] = "rebaseline-images"; | ||
ActionInputs["SetStaticBaseline"] = "set-static-baseline"; | ||
ActionInputs["Uri"] = "uri"; | ||
})(ActionInputs = exports.ActionInputs || (exports.ActionInputs = {})); | ||
var ActionOutputs; | ||
(function (ActionOutputs) { | ||
ActionOutputs["DeploymentId"] = "mabl-deployment-id"; | ||
ActionOutputs["PlansRun"] = "plans_run"; | ||
ActionOutputs["PlansPassed"] = "plans_passed"; | ||
ActionOutputs["PlansFailed"] = "plans_failed"; | ||
ActionOutputs["TestsRun"] = "tests_run"; | ||
ActionOutputs["TestsPassed"] = "tests_passed"; | ||
ActionOutputs["TestsFailed"] = "tests_failed"; | ||
})(ActionOutputs = exports.ActionOutputs || (exports.ActionOutputs = {})); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.