getSuite(name, tags) {
      const suitePath = self.suites[name];
      if (!suitePath) throw new Error(`Unable to find suite [ ${name} ].`);
      return {
        name,