amazon-ec2-instance-selector icon indicating copy to clipboard operation
amazon-ec2-instance-selector copied to clipboard

Logs are in alphabetical order when tests fail

Open brycahta opened this issue 4 years ago • 0 comments
trafficstars

  • The e2e test sorts the expected and actual test values when comparing results. This works when the tests pass, but when the tests fail the logs are also returned sorted making them unreadable.

  • Example:

	🔺ACTUAL: - - - - --region AWS_DEFAULT_REGION AWS_REGION Unable a default environment environment find flag in in places: profile region region the to usual variable variable ~/.aws/config
	🔺Expected: t3a.micro t3.micro t2.micro

brycahta avatar Aug 26 '21 15:08 brycahta