Release for Mac

The idea to implement a Release for the DummyProductBundle is to being able to reduce the number of bugs reported by another teams, also to being able to implement test to validate the fix

General Requirements

  • The DummyProductBundle should have an installer for Mac

  • DevOps should have resources to create the release for Mac

  • The DummyProductBundle should use the framework netcoreapp3.1

  • The DummyProductCLI should use the framework netcoreapp3.1

Test Requirements

  • The .runsettings should be modified to the equivalent paths for Mac

  • Every file path should be implemented in a generic way, for example don't use "C:\..\Example"

  • The test executed in Windows should be the same that it will run for Mac, instead of creating a new test on the solutions for the functional test

  • At least one test case, for the UI and CLI should run correctly on the Mac environment

Last updated