Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/README

Issue 2423853002: bluetooth: Add script to generate tests based on templates (Closed)
Patch Set: Remove replace loop Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/bluetooth/README
diff --git a/third_party/WebKit/LayoutTests/bluetooth/README b/third_party/WebKit/LayoutTests/bluetooth/README
new file mode 100644
index 0000000000000000000000000000000000000000..66ef8a7aec1c1d818258b73aa71d4ddbea0f59d3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/bluetooth/README
@@ -0,0 +1,16 @@
+Web Bluetooth API LayoutTests README
+
+This directory contains Web Bluetooth API layout tests.
+
+# generator.py
+
+The following files are generated by the generator.py script:
+ - /getPrimaryService/gen-*
+ - /getPrimaryServices/gen-*
+
+TODO(crbug.com/654670): Generate tests for getCharacteristic(s) and
+readValue/writeValue/startNotifications.
+
+Run
+$ python //third_party/WebKit/LayoutTests/bluetooth/generate.py
+to generate these files from templates in script-tests/*.js
« no previous file with comments | « third_party/WebKit/LayoutTests/bluetooth/PRESUBMIT.py ('k') | third_party/WebKit/LayoutTests/bluetooth/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698