cherry

2023-12-14T17:45:44.315209Z

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

Max 2023-12-16T18:08:37.796699Z

This kind of thing would make a great blog post

πŸ‘† 1
borkdude 2023-12-16T18:56:02.850519Z

I wonder where the questions/difficulty lies?

borkdude 2023-12-14T18:37:56.956729Z

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

martinklepsch 2023-12-15T18:55:18.737129Z

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

πŸŽ‰ 1
2023-12-15T20:05:40.808469Z

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

2023-12-17T18:08:12.889389Z

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

2023-12-17T18:08:26.476269Z

maybe thats just the cypress/e2e folder

borkdude 2023-12-17T18:24:54.623659Z

where would you put the js file? :)