зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1467060 [wpt PR 11365] - Mention the need to setup the web server in the github tutorial, a=testonly
Automatic update from web-platform-testsMerge pull request #11365 from frivoal/git-doc-serve Mention the need to setup the web server in the github tutorial -- wpt-commits: c7c54d3d4b15377d05cf7650e156b9c7e0ce103d wpt-pr: 11365
This commit is contained in:
Родитель
5a9b3fb719
Коммит
afbb50e29c
|
@ -560860,7 +560860,7 @@
|
|||
"support"
|
||||
],
|
||||
"docs/_appendix/github-intro.md": [
|
||||
"c20efd86390f96afb120274321f4e570953b8c69",
|
||||
"c26effebf90d5483a890945f191b2f3626301962",
|
||||
"support"
|
||||
],
|
||||
"docs/_appendix/index.md": [
|
||||
|
|
|
@ -105,6 +105,14 @@ repository.
|
|||
|
||||
For additional information, please see the [GitHub docs][github-fork-docs].
|
||||
|
||||
## Configure your environment
|
||||
|
||||
If all you intend to do is to load [manual tests][manual-tests] or [ref tests][ref-tests] from your local file system,
|
||||
the above setup should be sufficient.
|
||||
But many tests (and in particular, all [testharness.js tests][testharness-tests]) require a local web server.
|
||||
|
||||
See [Local Setup][local-setup] for more information.
|
||||
|
||||
## Branch
|
||||
|
||||
Now that you have everything locally, create a branch for your tests.
|
||||
|
@ -362,6 +370,10 @@ If you do not expect work with more PRs from the same author,
|
|||
you may also discard your connection to their repo:
|
||||
`git remote remove <author-id>`
|
||||
|
||||
[local-setup]: {{ site.baseurl }}/introduction.html#local-setup
|
||||
[manual-tests]: {{ site.baseurl }}/writing-tests/manual.html
|
||||
[ref-tests]: {{ site.baseurl }}/writing-tests/reftests.html
|
||||
[testharness-tests]: {{ site.baseurl }}/writing-tests/testharness.html
|
||||
[branch]: #branch
|
||||
[commit]: #commit
|
||||
[clone]: #clone
|
||||
|
|
Загрузка…
Ссылка в новой задаче