Karma应该推出一个带有前端应用程序的浏览器吗?
如果Karma正确加载,我应该看到我的应用程序的登陆页,对吗?
如果没有加载我的应用程序登陆页面,为什么Karma会发布一个可见的浏览器?
这是我的karma.config.js,我正在学习卡玛,不知道我是否做的一切都还好。
var webpackConfig = require('./webpack.config.js');
webpackConfig.entry = {};
/*
The entry point from the referenced Webpack configuration
has to be rem
尝试断言在用户身份验证之后显示正确的登陆页。
注意到在身份验证之后,应用程序重定向到我能够为其创建页面方法的几个页面。
given
to LegacyLoginPage
when: someoneLogsIn(testUsername, testPassword)
then:
via AuthenticationTargetPage
and:
via LoginRedirectPage
//Thread.sleep(5000)
then: at ReferenceLibraryPage
当使用via方法运行规范时,测试失败了断言步骤。