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
1ba2630c
Commit
1ba2630c
authored
10 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Plain Diff
Merge pull request #15954 from twbs/sauce-hidepassed
Use different way to make failing test more visible in Sauce
parents
3173efd9
4345e244
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 @
1ba2630c
...
@@ -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 @
1ba2630c
...
@@ -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