Created
November 2, 2020 18:04
-
-
Save mainfraame/d2bf5b6fee9126a190f59f2ed3481825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { setWorldConstructor } from 'cucumber'; | |
setWorldConstructor( | |
class World { | |
// this class gets instantiated before the tests start and | |
// the value created from that instatiation is what is available in hooks and steps as "this" | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment