|
|
1
0
目前,我想没有运行e2e测试的命令(您可以在这里查看: https://github.com/aurelia/cli/tree/81b029191f4752fecdaf0192bb03c7cd0bc87d8f/lib/resources/tasks
然而,CLI生成的项目提供了许多不同的
这增加了
然后,您可以通过以下方式运行e2e测试:
或者,如果您已安装
|
|
|
2
0
没有像预期的那样工作,nps技巧不适用于aurelia cli项目,可能适用于webpacker。 http://mobilemancer.com/2017/01/05/aurelia-spa-unit-testing-and-e2e-testing/ 还有这里的skeleton应用程序 https://github.com/aurelia/skeleton-navigation/tree/master/skeleton-typescript-aspnetcore/src/skeleton https://gist.github.com/alexandru-calinoiu/8bf0a5e97f05311e388fe333f6b83b75 |