Skip to content

Commit

Permalink
fixup! test: add integration tests using cypress and a custom termina…
Browse files Browse the repository at this point in the history
…l view
  • Loading branch information
mikavilpas committed Jun 30, 2024
1 parent 250df4e commit ce03968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/cypress/e2e/healthcheck.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ describe("the healthcheck", () => {
cy.visit("http://localhost:5173")
cy.startNeovim()

cy.typeIntoTerminal(":=require('yazi'){enter}")
cy.typeIntoTerminal(":checkhealth yazi{enter}")

// the `yazi` application should be found successfully
Expand Down

0 comments on commit ce03968

Please sign in to comment.