代码之家  ›  专栏  ›  技术社区  ›  jean-max

聚合物测试2.0铬冻结62

  •  1
  • jean-max  · 技术社区  · 7 年前

    当我进行测试时,一切都很顺利。它告诉我,所有的测试都是好的,但之后,它永远不会独自结束。它告诉我

    Test run ended with great success
    
    chrome 62 (269/0/0)                   
    hook: cleanup
    chrome 62                CALL title()
    chrome 62                GET /session/:sessionID/title
    chrome 62                CALL title()
    chrome 62                GET /session/:sessionID/title
    chrome 62                CALL title()
    

    我有 CALL title() GET /session/:sessionID/title 直到我手动停止测试。问题是当我推送到服务器时,我无法手动停止它,因此测试无法通过。 在chrome 56中,我没有问题。

    我的问题是,如何解决这个问题,或者如何回到chrome 56?

    要安装chrome,我使用以下命令:

    set -xe && wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && apt-get update -yqqq && apt-get install -qq -y google-chrome-stable
    

    谢谢!

    1 回复  |  直到 7 年前
        1
  •  1
  •   jean-max    7 年前

    我解决了我的问题。我正在使用此命令运行测试:

    polymer test
    

    但是有 web-component-tester ,如果我使用

    wct