DEV Community

Cover image for Tests, build, deliver : Vue project with Storybook
Bilel Jegham
Bilel Jegham

Posted on

Tests, build, deliver : Vue project with Storybook

My Workflow

This Github Action workflow presents a complete testing process with Unit Tests, e2e Tests and visual Tests for a Vuejs project.

The project includes Storybook module useful to isolate components and make visual tests.

Step of the workflow

workflow

  1. Launch lint
  2. Launch Unit Test and send coverage report to CodeCov with CodeCov Action
  3. Launch e2e Test
  4. Launch build
  5. Launch Storybook build and test all components with Chromatic and Chromatic Action

Submission Category:

Maintainer Must-Haves

Yaml File or Link to Code

IdéSYS- JEHMaker

Storybook "Github Action"CodeFactorcodecov

https://github.com/idesys-dev/jeh-maker

A propos

Le Jeh Marker est un outil dédié aux Junior-Entreprises pour l'accompagnement dans la création d'un budget.

Commandes

# Project setup
npm install

# Compiles and hot-reloads for development
npm run serve

# Compiles and minifies for production
npm run build

# Run your tests
npm run test

# Lints and fixes files
npm run lint

# Run your unit tests
npm run test:unit



Additional Resources / Info

Top comments (0)