Add the first enterprise e2e tests utilizing CELab.
The changes: - Implementation of the test runner test.py; - A simple test for policy ForceGoogleSafeSearch; To run the test, use: ``` python test.py --test tests.ForceGoogleSafeSearchTest \ --test_arg=--chrome_installer=<path_to_mini_installer_exe> \ --test_arg=--chromedriver=<path_to_chromedriver_exe> \ --cel_ctl=<path_to_cel_ctl_exe> \ --host=<path_to_host_file> ``` - the test framework design doc: http://go/chrome-enterprise-test-framework - doc on writing & running enterprise tests: https://g3doc.corp.google.com/javatests/com/google/chrome/cros/test/celab/g3doc/write_enterprise_test.md?cl=250383764 References: Change-Id: I62b10712934507c6619adf36f0b1441c5194a931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635870 Commit-Queue: Fei Ling <feiling@chromium.org> Reviewed-by:Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#665591}
Showing
Please register or sign in to comment