タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

UIとtestingに関するohbaryeのブックマーク (1)

  • System tests have failed

    When we introduced a default setup for system tests in Rails 5.1 back in 2016, I had high hopes. In theory, system tests, which drive a headless browser through your actual interface, offer greater confidence that the entire machine is working as it ought. And because it runs in a black-box fashion, it should be more resilient to implementation changes. But I'm sad to report that I have not found

    System tests have failed
    ohbarye
    ohbarye 2024/05/19
    system testsはflakyでfalse negativeが多い。UIが問題なく動作していることを確認する最良の方法は未だに人間によるテスト。単に機能する(it works)かだけでなく適切か(feels right)を知りたい。
  • 1