This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-20
Channels
- # announcements (27)
- # aws (1)
- # beginners (62)
- # boot (5)
- # calva (56)
- # clj-kondo (6)
- # cljdoc (3)
- # cljsrn (4)
- # clojure (65)
- # clojure-dev (17)
- # clojure-europe (2)
- # clojure-italy (17)
- # clojure-nl (24)
- # clojure-spec (30)
- # clojure-uk (14)
- # clojurescript (35)
- # clr (7)
- # cursive (8)
- # data-science (3)
- # datascript (38)
- # datomic (15)
- # emacs (16)
- # fulcro (34)
- # hyperfiddle (1)
- # immutant (1)
- # luminus (7)
- # nrepl (1)
- # off-topic (38)
- # pedestal (2)
- # planck (10)
- # re-frame (7)
- # reagent (7)
- # reitit (9)
- # shadow-cljs (36)
- # sql (19)
- # tools-deps (11)
- # vim (64)
- # xtdb (18)
> Looking at the integration/end to end testing https://gist.github.com/dotemacs/c0ae2c79c99ec06827411a6fa7909612 (replaced the previous “wall of text” with the above gist)
Hoped to get some feedback on the research about end to end testing for react-native with ClojureScript. But the way I shared my notes, observations interleaved with URLs, it just buried what I was asking. Hence my edit of the above into a single gist. In the hope that it makes more sense.
I did hope that Xamarian.UITest, which is the Microsoft solution/replacement for calabash
, would be possible to be “driven” by Clojure CLR, but my duckduckgo-ing seems to show that this is not the case.
Which leads me to: either use calabash
as it still seems to support iOS 12.
Further looking into Xamarian.UITest, does not seem so bad. Sure, it’s C# that you’d have to write your tests in. But they aren’t elaborate. It’s very much “click on this, fill in that” that you can live with. This repo shows how it might look: https://github.com/paulpatarinski/XamUITest_Examples/blob/master/UITests/UITests/Tests.cs Wanted to see if you’ve been down that path and how did you find it? Thanks