You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
sfpowerscripts used to display a warning when 'skipTests' are used. This was helpful for users to understand that this package was not ready for production where test coverage is mandatory.
To Reproduce
Steps to reproduce the behavior:
Enable the property skipTesting on a source package that contains Apex
Build the packages
Install the package to a sandbox
Notice there are no warnings
Expected behavior
A clear and concise description of what you expected to happen.
sfpowerscripts should display warning messages when packages with explicit 'skipTests' are deployed to sandbox.
Implementation note: This warning should be disabled in validate command, where all packages are deployed by skipping tests and then tests are triggered to compute coverage
Platform Details (please complete the following information):
OS: All
Version [e.g. CLI Version eg: 1.6.6]: February 22 and beyond
Salesforce CLI(sfdx cli) Version: N/A
CI Platform: All
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
sfpowerscripts used to display a warning when 'skipTests' are used. This was helpful for users to understand that this package was not ready for production where test coverage is mandatory.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
sfpowerscripts should display warning messages when packages with explicit 'skipTests' are deployed to sandbox.
Implementation note: This warning should be disabled in validate command, where all packages are deployed by skipping tests and then tests are triggered to compute coverage
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: