Skip to content

Commit

Permalink
[RFR] Created tier 0 for gate testing of builds. (#739)
Browse files Browse the repository at this point in the history
* Created tier0

Signed-off-by: Shveta Sachdeva <[email protected]>

* Created tier0

Signed-off-by: Shveta Sachdeva <[email protected]>

* Created tier0

Signed-off-by: Shveta Sachdeva <[email protected]>

---------

Signed-off-by: Shveta Sachdeva <[email protected]>
Co-authored-by: Shveta Sachdeva <[email protected]>
  • Loading branch information
sshveta and Shveta Sachdeva authored Oct 10, 2023
1 parent 40289a5 commit c4372d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class Analysis extends Application {
if (!this.sources) {
next();
}
clickByText(button, "Run");
next();
}

public static analyzeAll(params: Analysis): void {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe(["@tier1"], "Source Analysis", () => {
application.verifyAnalysisStatus("Completed");
});

it("Automated tagging using Source Analysis on tackle testapp", function () {
it(["@tier0"], "Automated tagging using Source Analysis on tackle testapp", function () {
// Automates Polarion MTA-208
const application = new Analysis(
getRandomApplicationData("tackleTestApp_Source_autoTagging", {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/tests/migration/controls/tags/tag/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Tag } from "../../../../../models/migration/controls/tags";
import { migration, tdTag } from "../../../../../types/constants";
import * as data from "../../../../../../utils/data_utils";

describe(["@tier1"], "Tag CRUD operations", () => {
describe(["@tier0"], "Tag CRUD operations", () => {
beforeEach("Login", function () {
login();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let projectName = "";
* @see export_to_jira_datacenter.test.ts for Jira Datacenter tests
* This suite is almost identical to jira_datacenter but putting both tests in the same suite would make the code harder to read
*/
describe(["@tier1", "@interop"], "Export Migration Wave to Jira Cloud", function () {
describe(["@tier0", "@interop"], "Export Migration Wave to Jira Cloud", function () {
before("Create test data", function () {
login();

Expand Down

0 comments on commit c4372d5

Please sign in to comment.