Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.96 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.96 KB

Build Status Maintainability Test Coverage License: LGPL v3

Logo

Bets Accounting

Work in progress

Getting Started

Prerequisites

To start development server you need latest stable versions of git, docker, docker-compose and dip installed.

How to start

  1. Clone the repository ⬇️ git clone git@github.com:Mayurifag/bets_accounting.git
  2. Enter project directory 📁 cd bets_accounting
  3. Leave the rest of things to dip 😎 dip provision

Entrypoints

Tests

Rspec

Just use dip rspec to launch rspec and get the spec coverage from simplecov.

Parallel tests for RSpec

If you want to use all the cores of your CPU for API specs, you may use make parallel. Its not profitable due to small number of specs, though.

Cypress

There are simple end-to-end tests, you may launch them with make cypress.