Skip to content

Commit

Permalink
Top level e2e run task
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Oct 31, 2023
1 parent dfc212c commit 4e182b5
Show file tree
Hide file tree
Showing 6 changed files with 342 additions and 10 deletions.
1 change: 1 addition & 0 deletions integration/cypress/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
videos
2 changes: 1 addition & 1 deletion integration/cypress/e2e/chip.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function acceptCookies() {

describe("template spec", () => {
beforeEach(() => {
cy.visit("/web-ide/chip/");
cy.visit("/web-ide/chip/?monaco=false");
acceptCookies();
});

Expand Down
Loading

0 comments on commit 4e182b5

Please sign in to comment.