FilledStacks / testsweets

A utility package for TestSweets that allows you to generate and upload your automation keys for the TestSweets tool
26 stars 5 forks source link

Replace apikey project id and build args with a .testsweet config file [WIP] #9

Closed ebrahim-soliman closed 3 years ago

ebrahim-soliman commented 3 years ago

This PR is the result of this spec.

  1. Replace apikey project id and build args with a .testsweet config file(see attached video).
  2. Add an error message when you forgot to add a .testsweets file to the root of your project.
  3. Fix inconsistency in console error messages.
  4. Remove duplicated uploading messages in the console every time the progress increase(see attached photo).
  5. Remove the build type field instead use the flutterBuildCommand from .testsweet file.

Screenshot (95)

https://user-images.githubusercontent.com/84928835/122555478-03cbb480-d043-11eb-8b51-8f75aae4b7a6.mp4