Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chromium.googlesource.com-external-github.com-dart-lang-test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
chromium.googlesource.com-external-github.com-dart-lang-test
Commits
3d8e967f
Commit
3d8e967f
authored
9 years ago
by
Evan Weible
Browse files
Options
Downloads
Patches
Plain Diff
Update README links to configuration documentation
parent
e48768d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
3d8e967f
...
...
@@ -178,7 +178,7 @@ these platform names.
You can also declare that your entire package only works on certain platforms by
adding a
[
`test_on` field
][
test_on
]
to your package config file.
[
test_on
]:
https://github.com/dart-lang/test/blob/master/doc/
package_config
.md#test_on
[
test_on
]:
https://github.com/dart-lang/test/blob/master/doc/
configuration
.md#test_on
### Platform Selectors
...
...
@@ -502,7 +502,7 @@ like duration-based timeouts, the last matching value wins.
You can also set up global platform-specific configuration using the
[
package configuration file
][
configuring platforms
]
.
[
configuring platforms
]:
https://github.com/dart-lang/test/blob/master/doc/
package_config
.md#configuring-platforms
[
configuring platforms
]:
https://github.com/dart-lang/test/blob/master/doc/
configuration
.md#configuring-platforms
### Tagging Tests
...
...
@@ -536,7 +536,7 @@ sure to include all your tags there. You can also use the file to provide
default configuration for tags, like giving all
`browser`
tests twice as much
time before they time out.
[
configuring tags
]:
https://github.com/dart-lang/test/blob/master/doc/
package_config
.md#configuring-tags
[
configuring tags
]:
https://github.com/dart-lang/test/blob/master/doc/
configuration
.md#configuring-tags
Tests can be filtered based on their tags by passing command line flags. The
`--tags`
or
`-t`
flag will cause the test runner to only run tests with the
...
...
@@ -571,7 +571,7 @@ Dartium content shell.
A configuration file can do much more than just set global defaults. See
[
the full documentation
][
package config
]
for more details.
[
package config
]:
https://github.com/dart-lang/test/blob/master/doc/
package_config
.md
[
package config
]:
https://github.com/dart-lang/test/blob/master/doc/
configuration
.md
## Debugging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment