Fork me on GitHub
#announcements
<
2023-03-29
>
hlship00:03:00

io.aviso/pretty 1.4 https://github.com/AvisoNovate/pretty Pretty prints things prettily; mostly, carefully formatted exception output using ANSI colors, smarter ordering, and name-demangling to take the pain out of figuring out what went wrong, and where. Significant changes: New function io.aviso.ansi/compose uses a Hiccup-inspired syntax to assemble strings with ANSI font characteristics.

(compose "Warning: " [:bold.bright-red "Reactor will meltdown in " [:inverse.white "4:27"]])

clojure-spin 20
🚀 8
🎉 6
Lidor Cohen06:03:39

Is there support for cljs?

hlship14:03:07

Not currently, but some of the namespaces could be made CLJS compatible, including the ansi namespace.

👍 2
pfeodrippe03:03:55

First cut of Wally (v0.0.1) was released. A small wrapper (and experiment) over the JVM version of the Playwright webdriver (Playwright in the same category as https://github.com/clj-commons/etaoin webdriver, but leaning towards Cypress as there is huge support for testing). https://github.com/pfeodrippe/wally. Check out the attached video (EDIT: Modified the name of the library to Wally instead of Walstrom, the namespaces also have changed to respect that, I will record a new video soon).

👀 18
🎉 34
clojure-spin 14
rickheere05:03:56

This looks lovely.

❤️ 2
pez06:03:02

Fantastic! Is it possible to call functions exposed by the web app being tested?

pez11:03:01

Cool. Looks like it would work.

🎉 2
pfeodrippe13:03:04

Modified the name to Wally instead of Walstrom =D

🎉 4
pez15:03:35

Amazing. Took me 1 minute to have it controlling that web page!

pez15:03:33

Stumbling here on the example, though:

(w/click (s/a (s/attr= :href "/metosin/reitit")))
; No such namespace: s

pfeodrippe15:03:16

Updated the README now o/ Thanks. Note: use https://clojars.org/io.github.pfeodrippe/wally instead of the old project name.

pez15:03:41

Yes, I am using wally of course. 😃

❤️ 2
pfeodrippe15:03:13

Glad to see things are working, Peter!!

pez15:03:54

Now works. Thanks!

pez15:03:08

I just love that I can do these things from the REPL! ❤️

sheepy 4
pez16:03:38

I made a small example project out of the example in the Wally readme: https://github.com/PEZ/wally-example

❤️ 2
pfeodrippe16:03:47

Awesome!!! Thank you, man, just updated the README pointing to it ahahahahaah 🙏

Matthew Downey17:03:12

This is so cool!