我在应用程序中使用量角器进行角度js测试,目前有大约19个测试用例,其中一个是失败的
原文链接:https://www.f2er.com/angularjs/144231.htmldescribe('Login page',function() { beforeEach(function() { browser.ignoreSynchronization = true; ptor = protractor.getInstance(); }); it('should contain navigation items',function(){ //test case code here }); it('should login the user successfully',function(){ //test case code here }) });