Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4345e244
Commit
4345e244
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Email Patches
Plain Diff
Use different way to make failing test more visible in Sauce
parent
3173efd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+1
-1
Gruntfile.js
js/tests/index.html
+0
-4
js/tests/index.html
with
1 addition
and
5 deletions
+1
-5
Gruntfile.js
+
1
-
1
View file @
4345e244
...
@@ -374,7 +374,7 @@ module.exports = function (grunt) {
...
@@ -374,7 +374,7 @@ module.exports = function (grunt) {
throttled
:
10
,
throttled
:
10
,
maxRetries
:
3
,
maxRetries
:
3
,
maxPollRetries
:
4
,
maxPollRetries
:
4
,
urls
:
[
'
http://127.0.0.1:3000/js/tests/index.html
'
],
urls
:
[
'
http://127.0.0.1:3000/js/tests/index.html
?hidepassed
'
],
browsers
:
grunt
.
file
.
readYAML
(
'
grunt/sauce_browsers.yml
'
)
browsers
:
grunt
.
file
.
readYAML
(
'
grunt/sauce_browsers.yml
'
)
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
js/tests/index.html
+
0
-
4
View file @
4345e244
...
@@ -12,10 +12,6 @@
...
@@ -12,10 +12,6 @@
<link
rel=
"stylesheet"
href=
"vendor/qunit.css"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"vendor/qunit.css"
media=
"screen"
>
<script
src=
"vendor/qunit.js"
></script>
<script
src=
"vendor/qunit.js"
></script>
<style>
<style>
#qunit-tests
>
li
.pass
{
display
:
none
;
/* Make it easier to see failing tests in Sauce screencasts */
}
#qunit-fixture
{
#qunit-fixture
{
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment