Skip to content

Commit b64748a

Browse files
committed
Top level e2e run task
1 parent a62e600 commit b64748a

File tree

6 files changed

+293
-163
lines changed

6 files changed

+293
-163
lines changed

integration/cypress/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
videos

integration/cypress/e2e/chip.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function acceptCookies() {
66

77
describe("template spec", () => {
88
beforeEach(() => {
9-
cy.visit("/web-ide/chip/");
9+
cy.visit("/web-ide/chip/?monaco=false");
1010
acceptCookies();
1111
});
1212

0 commit comments

Comments
 (0)