Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Magellan Skip Tests #247

Open
cortezcristian opened this issue Dec 18, 2017 · 1 comment
Open

Magellan Skip Tests #247

cortezcristian opened this issue Dec 18, 2017 · 1 comment

Comments

@cortezcristian
Copy link

cortezcristian commented Dec 18, 2017

In other frameworks I can do .skip:

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

@dinesh-rajaveeran
Copy link

How did you end up doing this ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants