浏览代码

HUE-8888 [docs] Add CI items thoughts for Browser testing

Romain 6 年之前
父节点
当前提交
fa3dcda9c7
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      docs/designs/ci-cd.md

+ 13 - 0
docs/designs/ci-cd.md

@@ -80,3 +80,16 @@ Starting with these basic steps:
   * unit Python
   * unit Python
   * integrations
   * integrations
   * js
   * js
+
+# Items
+
+## Browser Testing CI
+
+Goal: detect JavaScript changes completely breaking pages (e.g. lib upgrades, component change side effects...).
+
+* Basic page load of Editor
+* Integration to CI https://circleci.com/docs/2.0/browser-testing/
+* Basic page load of Dashboard, Oozie Wokflow Editor
+* Load of Hive, Impala, Dashboad, Oozie Wokflow examples
+* Add Table Browser, Job Browser, File Browser...
+* Add FF, IE as Browsers