ItsJonQ / genki

Genki 🌈: CSS Unit Testing in Node
MIT License
2 stars 0 forks source link

Look into Cheerio instead of JSDOM #5

Open ItsJonQ opened 7 years ago

ItsJonQ commented 7 years ago

For performance! Gotta go fast

https://github.com/cheeriojs/cheerio

ItsJonQ commented 7 years ago

Might need to couple Cheerio with something like Juice (inline CSS injector) to recognize styles:

https://github.com/Automattic/juice

ItsJonQ commented 7 years ago

Closing this. Doesn't look like it's feasible. Maybe I'll wait until headless Chrome becomes readily available

ItsJonQ commented 7 years ago

Reopening! Potential!