TroubleThere are some cases when you may need to access application session in your tests: User signup or registration flow is too long.Application use another backend and store result into session.In each story you must repeat the same steps. You can actually use some shared code but it does not speed-up tests anyway. Nowadays if you want to access session in cucumber/capybara acceptance test you