particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

Feature/sc 124023/add spinner #710

Closed hugomontero closed 10 months ago

hugomontero commented 11 months ago

Description

This PR will add spinners to API calls in order to wait for the responses.

How to Test

  1. Pull down the branch: git pull && git checkout feature/sc-124023/add-spinner
  2. Install dependencies: npm i
  3. Run tests: npm run test:ci && npm run test:e2e -- --grep "Logic Function Commands"
  4. Attempt to use the different commands, check the messages and outputs:
    • Listing for sandbox
    • Listing for org
    • Creating
    • Executing for sandbox
    • Executing for org
    • Deploying new logic function
    • Deploying existing logic function
    • Disabling/enabling
    • Deleting

outcome

Related Issues / Discussions

Completeness