This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-10
Channels
- # announcements (3)
- # babashka (16)
- # beginners (41)
- # biff (4)
- # calva (14)
- # circleci (1)
- # clj-http (24)
- # clj-kondo (9)
- # clj-on-windows (31)
- # cljs-dev (52)
- # clojure (162)
- # clojure-australia (10)
- # clojure-europe (52)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-uk (5)
- # clojurescript (40)
- # conjure (6)
- # core-async (3)
- # cursive (5)
- # datalevin (11)
- # datomic (7)
- # emacs (12)
- # etaoin (19)
- # events (1)
- # figwheel-main (17)
- # fulcro (4)
- # graalvm (3)
- # gratitude (13)
- # honeysql (8)
- # introduce-yourself (7)
- # london-clojurians (1)
- # off-topic (9)
- # polylith (9)
- # rdf (1)
- # re-frame (21)
- # releases (5)
- # remote-jobs (4)
- # sci (28)
- # shadow-cljs (15)
- # spacemacs (2)
- # vim (4)
- # xtdb (15)
@igrishaev I have a dev question about testing etaoin 🧵
I see that for etaoin you have automated tests running on CircleCI under Linux, but am wondering what your expectations are for tests successfully running on macOS and Windows.
I think that CircleCI now allows macOS and Windows in their free tier. If I’m right about that, would it be interesting to add automated tests for those platforms too?
Maybe it worth preparing a docker image with all the stuff installed and push it into the public repo
yes, please. I work quite rarely on Etaoin as I'm far from the browser tests nowadays
Note: https://support.apple.com/en-us/HT204416. > Apple no longer offers Safari updates for Windows. Safari 5.1.7 for Windows was the last version made for Windows, and it is now outdated. I expect you are ok with no longer testing Safari on Windows?
I’ve started getting http status 400
returns for webdriver DELETE
calls (session, cookie, window) when using safaridriver
on macOS.
Which I find odd. Does that ring any bells for anybody?
safaridriver --version
Included with Safari 15.4 (15613.1.17.1.13)
When running etaoin tests:
ETAOIN_TEST_DRIVERS='[:safari]' lein test :only etaoin.api-test
Next question: https://github.com/ariya/phantomjs/issues/15344, is anyone still using it? Does etaoin need to support/test against it anymore?