setup jest-puppeteer for UI test#11
Conversation
|
Hi @jywarren @NitinBhasneria i think this works fine now. tagging @Shreyaa-sharmaa and @keshav234156 too. followed from here #7 Thanks!! |
|
This looks really great! Thank you! |
| describe('Title of the page', () => { | ||
| test('Title of the page', async () => { | ||
| const title = await page.title(); | ||
| expect(title).toBe('woofmark'); |
There was a problem hiding this comment.
What would be some next steps in terms of basic tests we could add? Question for everybody! cc @NitinBhasneria @Shreyaa-sharmaa @keshav234156 🎉
|
I'll add the test for #5 here. |
|
Hey @Shulammite-Aso this is not the same as #7 . The test you integrated there are merged into master where as this is merged in The downside of this is that all the fixes and feature additions we make are merged into Also, you might have to switch |
Yes, have seen this already. Sorry about it. The dependencies would be included in the next test i'll be pushing, with the test script in |
|
I think @Shulammite-Aso you have got some small error in |



Has also created this at bevacqua/woofmark here bevacqua#73