Skip to content

Commit

Permalink
[RFR] [JF] Add memory management options (#767)
Browse files Browse the repository at this point in the history
* add memory management options

Signed-off-by: Alejandro Brugarolas <[email protected]>

* fix pr

Signed-off-by: Alejandro Brugarolas <[email protected]>

---------

Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro authored Oct 25, 2023
1 parent 74f8f85 commit 2dfc29a
Show file tree
Hide file tree
Showing 4 changed files with 1,268 additions and 11 deletions.
3 changes: 3 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
jira_stage_datacenter_project_id: 12340621,
tackleUrl: "https://tackle-konveyor-tackle.apps.mtv03.rhos-psi.cnv-qe.rhood.us",
rwx_enabled: true,
logLevel: "ASSERT",
},
retries: {
runMode: 2,
Expand Down Expand Up @@ -48,5 +49,7 @@ export default defineConfig({
require("./cypress/plugins/index.js")(on, config);
on("file:preprocessor", tagify(config));
},
experimentalMemoryManagement: true,
numTestsKeptInMemory: 15,
},
});
3 changes: 3 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ require("cypress-xpath"); // Refer - https://www.npmjs.com/package/cypress-xpath
// https://github.com/bahmutov/cypress-grep
require("cypress-grep")();

// https://github.com/Brugui7/cypress-log-filter
require("cypress-log-filter");

/** Hide XHR logs line */
// TODO: Improve by implementing a configuration parameter
const app = window.top;
Expand Down
Loading

0 comments on commit 2dfc29a

Please sign in to comment.