badeball / cypress-parallel

Cypress parallelization in any CI environment, without depending on external services
MIT License
17 stars 6 forks source link

Sample knapsack.json file for refrence #1

Closed DeChrish closed 2 years ago

DeChrish commented 2 years ago

Pl add Sample knapsack.json file in Wiki Documentation Page

badeball commented 2 years ago

You're not supposed to write the knapsack yourself, ever. However, here's an example of what it could look like.

{
  "cypress/integration/some-spec.js": 13157
}