pactWith.only(
    { consumer: 'MyConsumer', provider: 'NoProvider' },
    (provider: Pact) => {
      beforeEach(() => provider.addInteraction(postValidRequest));
      it('should only run this test', () =>