У меня есть тест AVA, который выполняет кучу внутренних настроек, и в конце тестов устанавливает значение, которое мне нужно для моих внешних тестов, написанных на Cypress.
1. How can I share that variable between the two tests (they are in separate files)
2. How can I invoke them sequentially, so that I only have to run one command (can I invoke the Cypress tests at the end of my AVA test? Maybe a powershell script?)
Спасибо за помощь!