You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests are not showing up correctly on the dashboard route. Broken bsns.
Basic setup:
(dashboard-routes"/bestcase")
;; ...
(defnwrap-app [app]
(do;; We'd like to have the ab test results persist somewhere.
(bc/set-config! {:store (bcr/create-redis-store (env:redis-conn))})
(let [store (cookie/cookie-store {:key (env:session-secret)})]
(-> app
((if (env:dev)
selmer.middleware/wrap-error-page
identity))
((if (env:production)
wrap-error-page
trace/wrap-stacktrace))
;; ab testing identity middleware, we need to persist the identity
((identity-middleware-wrapperdefault-identity-fn
{:easy-testing (env:dev)
:simple-no-botstrue}))
(site {:session {:store store
:cookie-attrs {:max-age (*60602430)}}})
))))
The text was updated successfully, but these errors were encountered:
The tests are not showing up correctly on the dashboard route. Broken bsns.
Basic setup:
The text was updated successfully, but these errors were encountered: