Unable to use BeforeSuite and AfterSuite hooks
What are you trying to achieve?
I am trying to use BeforeSuite and AfterSuite hooks
What do you get instead?
Could not include object Step Definition from ../step_definitions/hooks.js from module 'C:\Projects\Aura-Core\aura-accelerate-seed\step_definitions\hooks.js'
BeforeSuite is not a function
TypeError: BeforeSuite is not a function
at Object.
Provide console output if related. Use
--verbosemode for more details.
Provide test source code if related
### Details
* CodeceptJS version: 3.3.3
* NodeJS Version: 16.5
* Operating System: Windows
* playwright
* Configuration file:
```js
# paste config here
@viveklandeWK I think you should try to use _beforeSuite and _afterSuite instead of BeforeSuite and AfterSuite according to documentation of hooks
Hi @dyaroman, Thanks, will give a try
Hi @dyaroman, browser session not available in _beforeSuite(), do we have any way to make it available?
Following documentation before creating an issue is highly recommended Thanks
