|
Hi Akshay, beforeAll hook is not working in your framework. It is igmoring the test itself. why? test.beforeAll(async () => { |
Answered by
akshayp7
Dec 4, 2023
Replies: 2 comments 5 replies
|
Hi thank you for your patience. Have you tried 'global-setup.ts' file in framework. All basic setups are done here . |
0 replies
Answer selected by
AutoQA23
|
Hi Akshay, |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi thank you for your patience. Have you tried 'global-setup.ts' file in framework. All basic setups are done here .