-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/added playwright testing framework #55
base: main
Are you sure you want to change the base?
Feat/added playwright testing framework #55
Conversation
Someone is attempting to deploy a commit to the Cap Software Inc Team on Vercel. A member of the Team first needs to authorize it. |
hey @Mubashirshariq - thanks for this! how can I test it? maybe add a pnpm test command at the root level which runs all tests? |
@richiemcilroy I will add one test for each,then we can test it |
…dded_playwright_testing_framework
…dded_playwright_testing_framework
…dded_playwright_testing_framework
@richiemcilroy i have added tests as well you can run them by running pnpm test in the root of the directory |
@richiemcilroy Can you please review this PR |
@richiemcilroy Any updates on when it might be reviewed or merged? Thanks! |
/claim #54
@richiemcilroy I raised this PR today without including tests initially to demonstrate how I have integrated Playwright as the testing framework into our monorepo structure.