I couldn’t find an answer to this so here goes…
I need to test an application with “approval flows”. That is:
- Client 1 signs in as “
engineering-slave-foreman
” goes to a route and performs a “asks for permission” action - Client 2, 3 and are signed in as “
engineer-slave-1
” and “engineer-slave-2
” go to a “work dashboard route” and stand by - Client 4 signs in as “
corporate-overlord
” goes to route and performs an “approval to go ahead” action - Client 1 should get approval feedback somehow
- Client 2, 3 should see tasks appearing
What is the recommended way to go about doing such testing?
There are/were laika
and gagarin
but I’m not so sure about integration and support going forward.