您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

setup.feature 142B

12345
  1. Feature: setup
  2. Scenario: setup page is shown properly
  3. When requesting "/index.php" with "GET"
  4. Then the HTTP status code should be "200"