Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update cypress config #9163

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/cubejs-testing/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ export default defineConfig({
baseUrl: 'http://localhost:3080',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
// set optimal values for the number of tests kept in memory
numTestsKeptInMemory: 10,
experimentalMemoryManagement: true,
});
8 changes: 0 additions & 8 deletions packages/cubejs-testing/cypress/e2e/rollup-designer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
import { ordersCountQuery } from "../queries";

context("Playground: Rollup Designer", () => {
beforeEach(() => {
cy.restoreLocalStorage();
});

afterEach(() => {
cy.saveLocalStorage();
});

describe("Opens the Rollup Designer modal", () => {
it("opens the Rollup Designer without running a query", () => {
cy.setQuery(ordersCountQuery);
Expand Down
Loading