Skip to content

Commit 4e182b5

Browse files
committed
Top level e2e run task
1 parent dfc212c commit 4e182b5

File tree

6 files changed

+342
-10
lines changed

6 files changed

+342
-10
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)