タグ

Seleniumとblogに関するsuzukiMYのブックマーク (2)

  • Selenoid 入門 〜軽量で多機能な Selenium Grid〜 - 生産性向上ブログ

    github.com 今回は、軽量で多機能な Selenium Grid である Selenoid についてまとめてみます。 目次 Selenium Grid とは? Selenoid とは? 軽量 セッションごとに Node が作成される 便利な機能 Getting Started Selenoid の起動 ステータスチェック テスト Live ブラウザスクリーン 録画 ログ取得 Selenoid の停止 Docker の推奨設定 ブラウザの設定ファイル その他の機能 まとめ Selenium Grid とは? まず、いきなり Selenoid について書く前に、その前提となる Selenium Grid について簡単に説明します。 ブラウザテストの自動化などでよく使われる Selenium ですが、並列で複数のブラウザを使用して Selenium テストを実行するときに Seleniu

    Selenoid 入門 〜軽量で多機能な Selenium Grid〜 - 生産性向上ブログ
    suzukiMY
    suzukiMY 2019/01/21
    『並列で複数のブラウザを使用して Selenium テストを実行するときに Selenium Grid というアーキテクチャが使われることが多い。Selenoid は、Aerokube 社が OSS として公開しているツールで、Selenium Grid の改善版』
  • WebDriver motors on to W3C Recommendation

    Author(s) and publish date By: Michael[tm] Smith Published: 5 June 2018 Today we celebrate the publication of the WebDriver specification as a W3C Recommendation. WebDriver is a powerful technology for browser automation, often used to enable cross-browser testing of Web applications, but also used for many other purposes. The WebDriver spec defines a set of interfaces and a wire protocol that are

    WebDriver motors on to W3C Recommendation
  • 1