Newton-School / JS-MovieDeck-HTML-CSS-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML CSS JS Project template

  • Write tests in cypress npx cypress open
  • When writing tests instead of using cy.visit('/') to visit index page like in normal frontend tests instead,
    // declare base url globally
    const base = `${Cypress.env('PROJECT_DIR')}/index.html`
    cy.visit(base)

About


Languages

Language:HTML 100.0%