danilchican
02/10/2022, 9:21 AMBoris
02/11/2022, 4:49 AM"state A, state B, state C"
which becomes ['state A', 'state B', 'state C']
, then you can manually trigger those states.
Not ideal, but the closest I've seen if you don't have library support.Akke Luukkonen
02/11/2022, 7:10 AMand
myself to split my V2 state string into multiple separate states, which are applied simultaneously. Not ideal as well, but at least it has worked great. I also added a separate clean
(default: true
) option in the request to specify whether the database is dropped before the requested state is applied. So I can sequentially apply states in non-Pact tests (integration, e2e).