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
I was looking to make some enhancements to the Circle CI Orb, to make it a little easier to use however on looking at the build I realise that the Orb tests defined in the integration-test-1 job are never invoked
Expected behavior:
The CircleCI build should run the integration tests to verify the Orb works before publishing.
Additional Information:
Due to limitations in Orb testing it might not be possible to test out unhappy paths, but it should be straightforward to run through the happy path examples.
Looks like this orb is based on a slightly older orb template, but you can see how the tests should be invoked by looking at the template here
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @gavinclarkeuk. Apologies for the slow response time on our end. This sounds like something that we would appreciate a fix for. Is that something you have interest in doing?
What happened:
I was looking to make some enhancements to the Circle CI Orb, to make it a little easier to use however on looking at the build I realise that the Orb tests defined in the
integration-test-1
job are never invokedExpected behavior:
The CircleCI build should run the integration tests to verify the Orb works before publishing.
Additional Information:
Due to limitations in Orb testing it might not be possible to test out unhappy paths, but it should be straightforward to run through the happy path examples.
Looks like this orb is based on a slightly older orb template, but you can see how the tests should be invoked by looking at the template here
The text was updated successfully, but these errors were encountered: