这些是我的设置:.gitlab-ci.ymlimage: nodestages:- testtests:stage: testbefore_script:# Add Google Chrome to aptitude's (package manager) sources- echo "deb http://dl.google.com/linux/chrome/deb/ stable main"
启动浏览器后,出现以下错误。Failed: script timeout(Session info: chrome=76.0.3809.132)Build info: version: '3.141.59', revision: 'e82be7d358', time: '----'System info: host: '-----', ip: '-----', os.name: 'Windows
2019-08-29
我正在为 AngularJS 应用的登录编写量角器测试,并希望验证登录是否成功以及登录后 URL 是否发生变化。我尝试将预期条件与 urlContains() 结合使用,也尝试使用 browser.getCurrentUrl().toContain(),但两者都出现了错误。exports.config = {seleniumAddress : 'http://localhost:4444/wd/h
2019-07-23
我尝试使用量角器来测试角度应用程序。对于下面的代码片段,我无法找到单击它的方法。我正在尝试点击路线链接完整代码片段describe('Enter username and passord', function () {it('should enter name as harish', function () {browser.get('http://dev.policytracker.io'
2019-06-08
我在运行示例回归测试时收到以下错误: TypeError: config.suite.split is not a function这是配置文件。它看起来不错,但我肯定遗漏了一些东西,但我真的找不到它是什么。Configuration.js 文件(几天前还可以用)var Jasmine2HtmlReporter = require('protractor-jasmine2-html-repo
2018-11-07
我正在创建我的第一个量角器框架,并尝试在我的项目中本地运行示例测试。我可以更新并启动 webdriver。完全没有问题。非常困惑我哪里做错了!我进入项目级别并执行命令npm run protractor我从 Mac 终端收到以下消息Jacquelines-MacBook-Air:JSworkspace jacquelinegeorge$ cd LocatorTrainingJacquelines-
2018-11-02
我正在使用 xlsx-template 基于我创建的自定义模板生成 Excel 文件。但是,在使用模板创建新的 excel 文件时出现错误以下是错误:E/launcher - Cannot read property 'length' of undefinedE/launcher - TypeError: Cannot read property 'length' of undefinedat W
2017-05-07