cherry 2023-12-14

Hey! have any of yall explored writing cypress tests in cljs with cherry?

This kind of thing would make a great blog post

πŸ‘† 1

I wonder where the questions/difficulty lies?

πŸ‘‹ since cherry compiles file by file it should probably be .. possible?

I’ve been using cherry with cypress and playwright and it’s a great setup πŸ‘Œ

πŸŽ‰ 1

do you have any open source examples? πŸ‘€

I think for me it would be how to build the files in a place that cypress understands

maybe thats just the cypress/e2e folder

where would you put the js file? :)