This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-13
Channels
- # admin-announcements (8)
- # beginners (28)
- # boot (2)
- # bristol-clojurians (4)
- # cider (12)
- # clojure (177)
- # clojure-android (23)
- # clojure-canada (1)
- # clojure-dev (21)
- # clojure-italy (27)
- # clojure-korea (1)
- # clojure-russia (20)
- # clojure-spain (1)
- # clojurebridge (11)
- # clojurescript (156)
- # core-matrix (1)
- # cursive (2)
- # datomic (39)
- # events (1)
- # hoplon (13)
- # immutant (4)
- # javascript (2)
- # jobs (1)
- # ldnclj (13)
- # luminus (2)
- # melbourne (25)
- # off-topic (9)
- # onyx (13)
- # re-frame (110)
- # reagent (5)
#melbourne2015-08-13
>
that would interact with your site, clicking links, filling out forms and submitting them
like… “people shouldn’t be able to see each other’s private data” or “people shouldn’t be able to make themselves admins"
and the tool would be like “well if you change this hidden field called ‘role’ and put in ‘admin’ then that last one breaks"
a tool kind of like that, but you have to write a bunch of code that tells the test suite how to interact with your app
https://github.com/atroche/dry-todo/blob/master/src/dry_todo/actions.cljs#L10 this defn shows the how you define an action