0

Does anyone know if there is a possibility to excludes some transaction names while running the Dredd test? I know that the --only command can be used to define the wanted transactions, but I want the opposite.

Dirk Jan
  • 2,355
  • 3
  • 20
  • 38

1 Answers1

0

You could use Dredd's Hooks and mark some transactions as skipped by setting their skip attribute to true.

Honza Javorek
  • 8,566
  • 8
  • 47
  • 66
  • We used Dredd's Hooks, but we ran into some connection issues in combination with Homestead. – Niek Jansen Mar 25 '16 at 07:53
  • Connection issues? What exactly? Maybe if you don't mind, can you file an issue on github so we can figure out what's the issue and fix it? Unfortunately there is no other way how to skip some transactions. –  Mar 25 '16 at 09:00