carton icon indicating copy to clipboard operation
carton copied to clipboard

Test all commands on CI

Open MaxDesiatov opened this issue 4 years ago • 1 comments

None of the implemented commands are currently tested end-to-end with GitHub Actions, but all of this can (and should) be automated.

MaxDesiatov avatar Aug 28 '20 19:08 MaxDesiatov

Progress:

SDK

  • [x] install subcommand
  • [x] version subcommand
  • [x] local subcommand

Init

  • [x] no arguments
  • [x] with template option
  • [ ] list-templates subcommand

Bundle

  • [x] no arguments
  • [ ] with executable option
  • [ ] with custom index option

Dev

  • [x] no arguments
  • [ ] with custom index option
  • [ ] with release option
  • [ ] with verbose option
  • [ ] with port option

Package

  • [ ] with no arguments
  • [ ] with any arguments

Test

  • [x] no arguments
  • [x] environment defaultBrowser option
  • [ ] with release option
  • [ ] list option
  • [ ] test-cases option

thecb4 avatar Dec 25 '20 21:12 thecb4