- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试运行注册示例,但卡住了
Scenario: New user registration; poor password
Given I am on "/register"
When I fill in "username" with "admin"
And I fill in "password1" with "<pw>"
And I fill in "password2" with "<pw>"
And I press "Login"
Then I should be on "/register"
And I should see an "pwError" element
Examples:
| pw |
| 12 |
| 20 |
然后我得到以下错误:
[Behat\Gherkin\Exception\ParserException] Expected Comment or Scenario or Outline or Step token, but got Examples
我做错了什么?我在 behat doc 等方面找不到任何帮助。
最佳答案
有例子,你必须使用“场景大纲”而不是“场景”。
关于php - Gherkin + Behat 场景大纲抛出 Behat\Gherkin\Exception\ParserException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16110645/
所以我有一个 Options 实例,其中有其他选项(注意 isRequired()): options.addOption(OptionBuilder
我在我的 ColdFusion 项目中使用 antiSami。我像这样通过 onApplicationStart() 加载 antiSami: local.jarsArray = [ expa
我正在尝试做这个http://htmlparser.sourceforge.net/代码在eclipse中运行。说明很简单:“要使用该库,您需要在编译和运行时将 htmllexer.jar 或 htm
我正在尝试将银行假日从 ics 日历添加到日期对象的 ArrayList: public void loadHolidays() { try { URL holiday
我正在尝试运行注册示例,但卡住了 Scenario: New user registration; poor password Given I am on "/register" When I
我正在尝试使用 VTD-XML 解析 JMDict 项目中的 JMDict_e.xml 文件。但是,我遇到了解析错误。 出现的唯一错误消息是: ParserException: com.ximplew
我正在尝试通过 HLS 协议(protocol)和 Android 中的 Exo 播放器制作视频播放器。有问题。 Error: "Parserexceptio is: Failed to parse
如何解决这个问题?谢谢! ResultQuery query2 = create .parser() .parseRes
这是我的代码: public class FunctionalityCheckTest1 { InfModel infModel; Model model = ModelFactory
我是一名优秀的程序员,十分优秀!