-
Notifications
You must be signed in to change notification settings - Fork 69
jpm test not working on Windows 10 with Nightly 51 #567
Comments
Hmm, that looks like a bug with the SDK test runner and not jpm specifically, but I haven't had a full look at the stack trace yet. |
@insidiator This is not really an issue solver, but if you just start to develop add-ons you might want to use WebExtensions, see https://developer.mozilla.org/en-US/Add-ons for a comparision. |
@Croydon Thanks. I haven't seen this before. Unfortunately it looks like it doesn't support io/file. |
I think you should ask questions about add-on development in Latest Add-ons topics - Mozilla Discourse |
Confirmed
|
Just tried it again and it still does not work with the latest nightly and jpm. |
Ah, confirmed the error. It looks like at the first run of Nightly (if you did not run Nightly before Similar behavior in Developer Edition too (not exactly the same with Nightly though). |
Hmm, there is probably some preference we need to add that disables the first run welcome URL on windows. You could check about:config compared to a new profile to try and figure out what gets flipped. |
@kumar303 I think the pref name is in the bug description... |
Ah, right, so, the preference alone will not fix this problem. I guess we should add it anyway but someone probably needs to spelunk the ancient gecko SDK ruins for more answers. |
I would assume setting the |
I also have that issue for several months now. Strangly, sometimes it works, though most of the time not. According to a related MDN article, Sebastian |
Hi everyone,
I am just starting addon development and trying to get some basic tutorials to run.
I followed this guide to install jpm from github, made a new addon with jpm init using all the default parameters and successfully used jpm test to run the unit tests. Then I updated to Firefox 48 and everything stopped working because of the new addon signing policy. I installed Nightly as suggested in #562 and mozilla/activity-stream/issues/1028 but still had no luck because it would open some windows 10 intro. Seeing #561 I found that there is a setting for it and I added the following line to preferences.js:
With this the tests finally started running, but now I get "TypeError: tab is null". You can see the full output here
Maybe somebody can help me overcome this issue?
The text was updated successfully, but these errors were encountered: