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

Unified Diff: appengine/swarming/ui/wct.conf.json

Issue 2419613002: Add basic swarming UI tests
Patch Set: Make sure symlink isn't followed for uploading 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
« no previous file with comments | « appengine/swarming/ui/test/js/test-alias.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/wct.conf.json
diff --git a/appengine/swarming/ui/wct.conf.json b/appengine/swarming/ui/wct.conf.json
new file mode 100644
index 0000000000000000000000000000000000000000..1a263c8ee95823f332d4e6b3b218b40aa8f56f96
--- /dev/null
+++ b/appengine/swarming/ui/wct.conf.json
@@ -0,0 +1,13 @@
+{
+ "verbose": false,
+ "plugins": {
+ "local": {
+ "browsers": ["chrome"]
+ }
+ },
+ "extraScripts": [
+ "./node_modules/skia-common-js/common.js",
+ "./build/js/common-strings.js",
+ "./res/js/alias.js"
+ ]
+}
« no previous file with comments | « appengine/swarming/ui/test/js/test-alias.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698