Skip to content

sleonardoaugusto/lavocat_frontend

Repository files navigation

Lavocat

Unit tests E2E tests

Setup

Install dependencies

$ yarn

Development mode

  1. Run server
$ yarn serve

Production mode

  1. Compiles and minifies for production
  2. Run server
$ yarn build
$ yarn run start

Unit tests

Run once

$ yarn jest

Watch mode

$ yarn jest --watch

E2E tests

(The project must be running)

With browser

$ cypress open

Run once (headless)

$ cypress run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published