muxator
04e9fc3a2f
formatting: bulk remove trailing whitespaces on frontend tests
...
This is a followup on 312c72c364
, which did the same on the main code base,
and is preliminary work for tidying up John's changes in the following commits.
No functional changes.
Command:
find tests/frontend -name '*.js' -type f -print0 | xargs -0 sed --in-place 's/[[:space:]]*$//'
2020-03-24 23:24:38 +01:00
Stefan
103e07e828
Fix document.domain error in frontend tests
2016-03-29 16:16:22 +02:00
John McLear
ff58897679
fix frontend tests
2014-11-27 16:58:04 +00:00
Luc Didry
3d8452b143
Replace tabs indentation with spaces indentation
...
Some files are obviously external libraries, I didn't touch them
2013-12-05 08:41:29 +01:00
John McLear
de07d5a3e1
make plugin specs finally work
2013-02-04 00:03:25 +00:00
Marcel Klehr
1b409d7b9d
Scroll down the list of tests after a test completed
2012-11-18 12:49:34 +01:00
Peter 'Pita' Martischka
ba1115376f
split long log lines
2012-11-03 18:14:54 +00:00
Peter 'Pita' Martischka
a5870b94df
on error logging didn't work really well
2012-11-03 17:26:55 +00:00
Peter 'Pita' Martischka
3ee4fadf8a
workaround for IE8's stupidness, use a \n for new lines
2012-11-03 17:02:28 +00:00
Peter 'Pita' Martischka
7aae29114b
kill hanging tests
2012-11-03 16:51:37 +00:00
Peter 'Pita' Martischka
ab6adc7216
removed captialization
2012-11-03 14:56:34 +00:00
Peter 'Pita' Martischka
c0394138f8
Ensure all tests are excecuted in sauce + better test result output
2012-11-03 14:31:33 +00:00
Peter 'Pita' Martischka
e29f47ea35
less red
2012-11-03 13:39:31 +00:00
Peter 'Pita' Martischka
90e1014688
Colors :)
2012-11-03 13:20:44 +00:00
Peter 'Pita' Martischka
30e6358e71
senseless commit to get travis awake
2012-10-28 21:21:17 +00:00
Peter 'Pita' Martischka
94faa6d3b2
comments
2012-10-28 13:22:30 +00:00
Peter 'Pita' Martischka
f85da5483d
added a plain text test reporter, will be good for the webdriver client to pick up test results
2012-10-28 13:16:41 +00:00
Peter 'Pita' Martischka
d7a65e19f4
made it possible to run only certain tests
2012-10-27 17:50:59 +01:00
Peter 'Pita' Martischka
cac27c864a
load list of spec files from the server
2012-10-27 17:05:26 +01:00
Peter 'Pita' Martischka
ca6ebd6151
major restructering of the front end test framework
2012-10-08 00:34:29 +02:00
Peter 'Pita' Martischka
3d96fe3d86
rewrote the testHelper
2012-10-06 21:29:37 +02:00
Peter 'Pita' Martischka
7aee98bce8
made test helpers more cross browser compatible
2012-10-03 17:37:48 +01:00
Peter 'Pita' Martischka
ba4ebbba3b
Setted up an enviroment for frontend tests, first steps
2012-10-02 00:35:43 +01:00