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 Jan 19, 2021. It is now read-only.
it.skip("Load the order page", function(){ ...});
it("Submit the purchase", function(){})
Is there a way to skip tests in magellan?
module.exports = new Test({
tags: ["commerce", "smoke"],
"Load the order page": function (client) {
...
},
"Submit the purchase": function (client) {
...
}
});
I want to skip Load the order page
The text was updated successfully, but these errors were encountered:
In other frameworks I can do .skip:
Is there a way to skip tests in magellan?
I want to skip Load the order page
The text was updated successfully, but these errors were encountered: