Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/metadata.chrome

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Adding pytest-cov, adhering to comments Created Aug. 14, 2017, 2:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/metadata.chrome
diff --git a/tests/metadata.chrome b/tests/metadata.chrome
new file mode 100644
index 0000000000000000000000000000000000000000..e4967fb2e0c463023aa3ebc1c0f0781be18caef3
--- /dev/null
+++ b/tests/metadata.chrome
@@ -0,0 +1,47 @@
+[general]
+version = 1.2.3
+author = Eyeo GmbH
Sebastian Noack 2017/08/14 15:20:11 "eyeo" is spelled lower-case. Alternativley, you m
tlucas 2017/09/06 09:04:52 Done.
+basename = adblockpluschrome
+permissions = tabs
+ <all_urls>
+ contextMenus
+ webRequest
+ webRequestBlocking
+ webNavigation
+ storage
+ unlimitedStorage
+ notifications
+backgroundScripts = ext/common.js
+ ext/background.js
+ lib/compat.js
+ lib/publicSuffixList.js
+ lib/adblockplus.js
+ messageResponder.js
+ background.js
+testScripts = ../ext/common.js
+ ../ext/background.js
+ ../lib/compat.js
Sebastian Noack 2017/08/14 15:20:12 Do we need all the files listed in "backgroundScri
tlucas 2017/09/06 09:04:51 Done.
+devtools = devtools.html
+options = options.html
+managedStorageSchema = managed-storage-schema.json
+
Sebastian Noack 2017/08/14 15:20:11 We probably should also add a [contentScripts] sec
tlucas 2017/09/06 09:04:51 Done, but: packagerEdge does not handle a section
Sebastian Noack 2017/09/06 18:00:00 Not sure what you mean but there are definitely co
+[convert_js]
+lib/foo.js =
+ lib/a.js
+ lib/b.js
+lib/foo.js[module] = true
+lib/foo.js[injectinfomodule] = true
+lib/foo.js[autoload] = icons
+
+[mapping]
+logo_44.png = chrome/icons/abp-44.png
+foo/logo_50.png = chrome/icons/abp-50.png
+icons/logo_150.png = chrome/icons/abp-150.png
+
+[compat]
+chrome = 49.0
+opera = 36.0
+
+[import_locales]
+_trans/*/test.properties = name
+ name_devbuild

Powered by Google App Engine
This is Rietveld