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
My understanding of the current Plax implementation of "skip" is that the flag is assigned to individual tests in the flat files (.yaml). However, the AAP microservice has a need for the feature of assigning "skip" to individual tests at the command line.
We would like to run a command like the following in CICD: plaxrun -run plaxrun.yaml -dir plax -g sad-path -I ./dht-plax-common-code -skip some-test -log debug -redact -json | jq .
The text was updated successfully, but these errors were encountered:
My understanding of the current Plax implementation of "skip" is that the flag is assigned to individual tests in the flat files (.yaml). However, the AAP microservice has a need for the feature of assigning "skip" to individual tests at the command line.
We would like to run a command like the following in CICD:
plaxrun -run plaxrun.yaml -dir plax -g sad-path -I ./dht-plax-common-code -skip some-test -log debug -redact -json | jq .
The text was updated successfully, but these errors were encountered: