Jasmine Grunt Spec PhantomJS Error on Magento 2 Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraGrunt exec clear pub folderDB error when running grunt exec Magento2Blank pages after grunt cleanError after grunt cleanGrunt configuration Magento 2Problem with installing Grunt on Magento2Select files on gruntError when running grunt execGrunt (Magento 2) - Why do I have to force my commands?Magento2 grunt issue occurs when running?
France's Public Holidays' Puzzle
Putting Ant-Man on house arrest
Passing args from the bash script to the function in the script
A Paper Record is What I Hamper
What is the least dense liquid under normal conditions?
Trumpet valves, lengths, and pitch
What is it called when you ride around on your front wheel?
Will I lose my paid in full property
What ability score does a Hexblade's Pact Weapon use for attack and damage when wielded by another character?
What's parked in Mil Moscow helicopter plant?
Did the Roman Empire have penal colonies?
Why did Israel vote against lifting the American embargo on Cuba?
Why isn't everyone flabbergasted about Bran's "gift"?
How to count in linear time worst-case?
What is the best way to deal with NPC-NPC combat?
Why did C use the -> operator instead of reusing the . operator?
Mistake in years of experience in resume?
Seek and ye shall find
Second order approximation of the loss function (Deep learning book, 7.33)
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
Are these square matrices always diagonalisable?
How to keep bees out of canned beverages?
Has a Nobel Peace laureate ever been accused of war crimes?
Could moose/elk survive in the Amazon forest?
Jasmine Grunt Spec PhantomJS Error on Magento 2
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraGrunt exec clear pub folderDB error when running grunt exec Magento2Blank pages after grunt cleanError after grunt cleanGrunt configuration Magento 2Problem with installing Grunt on Magento2Select files on gruntError when running grunt execGrunt (Magento 2) - Why do I have to force my commands?Magento2 grunt issue occurs when running?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am having problems with PhantomJS. When I try to do a Jasmine Test. This is my first time running Jasmine.
Things I did prior:
Installed Grunt
Executed grunt spec:backend
Do check my terminal logs
grunt spec:backend
Running "spec:backend" (spec) task
Running "connect:backend" (connect) task
Started connect web server on http://0.0.0.0:8000
Running "jasmine:backend" (jasmine) task
Testing jasmine specs via PhantomJS
PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null. Use --force to continue.
Aborted due to warnings.
Execution Time (2017-11-30 06:19:08 UTC+8)
loading tasks 403ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 33%
spec:backend 243ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 20%
loading grunt-contrib-connect 136ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 11%
connect:backend 40ms ▇▇▇▇▇▇ 3%
loading grunt-contrib-jasmine 72ms ▇▇▇▇▇▇▇▇▇▇▇ 6%
jasmine:backend 339ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
Total 1.2s
magento2 grunt
add a comment |
I am having problems with PhantomJS. When I try to do a Jasmine Test. This is my first time running Jasmine.
Things I did prior:
Installed Grunt
Executed grunt spec:backend
Do check my terminal logs
grunt spec:backend
Running "spec:backend" (spec) task
Running "connect:backend" (connect) task
Started connect web server on http://0.0.0.0:8000
Running "jasmine:backend" (jasmine) task
Testing jasmine specs via PhantomJS
PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null. Use --force to continue.
Aborted due to warnings.
Execution Time (2017-11-30 06:19:08 UTC+8)
loading tasks 403ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 33%
spec:backend 243ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 20%
loading grunt-contrib-connect 136ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 11%
connect:backend 40ms ▇▇▇▇▇▇ 3%
loading grunt-contrib-jasmine 72ms ▇▇▇▇▇▇▇▇▇▇▇ 6%
jasmine:backend 339ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
Total 1.2s
magento2 grunt
add a comment |
I am having problems with PhantomJS. When I try to do a Jasmine Test. This is my first time running Jasmine.
Things I did prior:
Installed Grunt
Executed grunt spec:backend
Do check my terminal logs
grunt spec:backend
Running "spec:backend" (spec) task
Running "connect:backend" (connect) task
Started connect web server on http://0.0.0.0:8000
Running "jasmine:backend" (jasmine) task
Testing jasmine specs via PhantomJS
PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null. Use --force to continue.
Aborted due to warnings.
Execution Time (2017-11-30 06:19:08 UTC+8)
loading tasks 403ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 33%
spec:backend 243ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 20%
loading grunt-contrib-connect 136ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 11%
connect:backend 40ms ▇▇▇▇▇▇ 3%
loading grunt-contrib-jasmine 72ms ▇▇▇▇▇▇▇▇▇▇▇ 6%
jasmine:backend 339ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
Total 1.2s
magento2 grunt
I am having problems with PhantomJS. When I try to do a Jasmine Test. This is my first time running Jasmine.
Things I did prior:
Installed Grunt
Executed grunt spec:backend
Do check my terminal logs
grunt spec:backend
Running "spec:backend" (spec) task
Running "connect:backend" (connect) task
Started connect web server on http://0.0.0.0:8000
Running "jasmine:backend" (jasmine) task
Testing jasmine specs via PhantomJS
PhantomJS threw an error:ERROR
>> 0 [ '' ]
Warning: PhantomJS exited unexpectedly with exit code null. Use --force to continue.
Aborted due to warnings.
Execution Time (2017-11-30 06:19:08 UTC+8)
loading tasks 403ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 33%
spec:backend 243ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 20%
loading grunt-contrib-connect 136ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 11%
connect:backend 40ms ▇▇▇▇▇▇ 3%
loading grunt-contrib-jasmine 72ms ▇▇▇▇▇▇▇▇▇▇▇ 6%
jasmine:backend 339ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
Total 1.2s
magento2 grunt
magento2 grunt
edited 2 days ago
Muhammad Anas
8241322
8241322
asked Dec 8 '17 at 13:43
Oliver OngOliver Ong
64
64
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f205100%2fjasmine-grunt-spec-phantomjs-error-on-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f205100%2fjasmine-grunt-spec-phantomjs-error-on-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown