grunt-selenium icon indicating copy to clipboard operation
grunt-selenium copied to clipboard

Ubuntu FF & Chrome => doesn't work :(

Open Mschuddings opened this issue 11 years ago • 0 comments

Hello,

I wanna use your plugin but it doesn't seem to work.

my .suite file: < ?xml version="1.0" encoding="UTF-8"?> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> < html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> < head>

Test Suite Test Suite setUpEnvironment footer header table> body> html>

I added some spaces above !

But when I run this I get an chrome browser with URL: data:text/html;charset=utf-8,

Console log: grunt test Running "selenium:suite" (selenium) task Setup browser [chrome] Running suite[Tests/MY_Test_Suite.suite]

Can you tell me what I am doing wrong ?

Mschuddings avatar Feb 17 '14 12:02 Mschuddings