79091843

Date: 2024-10-15 21:52:59
Score: 3
Natty:
Report link

Easiest way to override the default timeout is to update in hooks.

  1. Open 'hooks.ts'
  2. import 'setDefaultTimeout' from '@cucumber/cucumber'
  3. setDefaultTimeout(60 * 1000);

Refer this image, how I did in my script.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Munish Kumar