简体   繁体   中英

Is it possible to load url and get the browser rendered DOM object using Jest or any other testing library/framework?

I want to get the browser rendered DOM object rather than mocking DOM object. Is it possible to load url and get the browser rendered DOM object using Jest or any other unit testing library/framework?

You can use https://github.com/GoogleChrome/puppeteer for that, it will give you access to the document object. There is also https://github.com/smooth-code/jest-puppeteer for better integration with jest.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM