如何将AVA和赛普拉斯测试链接在一起以进行完整的端到端测试?

时间:2018-11-29 00:30:09

标签: javascript e2e-testing cypress end-to-end ava

我有一个AVA测试,它可以进行许多后端设置,并且在测试结束时设置一个我的前端测试所需的值,该值是用赛普拉斯编写的。

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?)

感谢您的帮助!

0 个答案:

没有答案