Skip to content

Commit

Permalink
[RFR][TA] Automate cool store bug_MTA_4025
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/fixtures/analysis.json

	modified:   cypress/fixtures/analysis.json

	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts
	modified:   cypress/fixtures/analysis.json
  • Loading branch information
kpunwatk committed Jan 2, 2025
1 parent 3966b4e commit 81fdb0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe(["@tier2"], "Affected files validation", () => {
);
});

// Automates Bug https://issues.redhat.com/browse/MTA-4024
// Automates Bug MTA-4024 and MTA-4025
it("Affected files validation with source+deps analysis on coolStore app", function () {
const application = new Analysis(
getRandomApplicationData("affected_files_on_coolStoreApp", {
Expand Down
13 changes: 13 additions & 0 deletions cypress/fixtures/analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,19 @@
"ruleSet": "eap7/weblogic/tests/data",
"rule": "maven-javax-to-jakarta-00002",
"labels": ["JakartaEE", "konveyor.io/source"]
},
{
"name": "Replace the Java EE version with the Jakarta equivalent",
"category": "mandatory",
"sources": ["None"],
"targets": ["eap"],
"effort": 1,
"totalEffort": 2,
"incidents": 2,
"affectedFiles": 1,
"ruleSet": "eap8/eap7",
"rule": "javaee-to-jakarta-namespaces-00033",
"labels": ["konveyor.io/source"]
}
]
},
Expand Down

0 comments on commit 81fdb0f

Please sign in to comment.