mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Automatic update from web-platform-tests[docs] Add information on project administration Document the various secrets and accounts necessary to administer web-platform-tests and its related project. -- fixup! [docs] Add information on project administration -- fixup! [docs] Add information on project administration -- fixup! [docs] Add information on project administration -- fixup! [docs] Add information on project administration -- fixup! [docs] Add information on project administration -- Fix typo -- Add information about wpt-pr-bot GH account -- wpt-commits: 8361f5c2dfd0fa59388d72b7a7d6ad11617a891d, cad6d894c152066b8ae2fe1663ba34cd0805d424, d5049bca940cf3c5a5e61aa6432f27cc9dd5c9f1, 53b410f29d87c453f758c7513ec15bfeff6dbc6c, 9d9433d92a7150bc9bc5bd0791ccec0f0ee1af48, 1d2bcbaa86ec8320097377c56a10d99bf81627ff, 4eb0a434accb3a86b7dfd044c58f3562f6bad66b, d242e14f16d37a43155103e02a00de79247a678d wpt-pr: 10832
76 lines
1.8 KiB
HTML
76 lines
1.8 KiB
HTML
---
|
|
layout: page
|
|
---
|
|
|
|
<nav class="home">
|
|
<ul>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link introduction.md %}">
|
|
<div>
|
|
{% include svg/octicons/tools.svg %}
|
|
</div>
|
|
<h2>
|
|
Introduction
|
|
</h2>
|
|
</a>
|
|
<p>You should probably start here! Contains a high-level
|
|
overview of the testsuite and how to get set up locally.</p>
|
|
</li>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link _writing-tests/index.md %}">
|
|
<div>
|
|
{% include svg/octicons/pencil.svg %}
|
|
</div>
|
|
<h2>
|
|
Writing Tests
|
|
</h2>
|
|
</a>
|
|
<p>Guidelines and advice for those writing tests.</p>
|
|
</li>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link _running-tests/index.md %}">
|
|
<div>
|
|
{% include svg/triangle-right.svg %}
|
|
</div>
|
|
<h2>
|
|
Running Tests
|
|
</h2>
|
|
</a>
|
|
<p>How to run tests, either those you just wrote or those that
|
|
already exist.</p>
|
|
</li>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link _reviewing-tests/index.md %}">
|
|
<div>
|
|
{% include svg/octicons/git-pull-request.svg %}
|
|
</div>
|
|
<h2>
|
|
Reviewing Tests
|
|
</h2>
|
|
</a>
|
|
<p>Some hints and tips for those reviewing tests.</p>
|
|
</li>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link _admin/index.md %}">
|
|
<div>
|
|
{% include svg/octicons/key.svg %}
|
|
</div>
|
|
<h2>
|
|
Administration
|
|
</h2>
|
|
</a>
|
|
<p>Instruction for project administrators.</p>
|
|
</li>
|
|
<li>
|
|
<a href="{{ site.baseurl }}{% link _appendix/index.md %}">
|
|
<div>
|
|
{% include svg/octicons/package.svg %}
|
|
</div>
|
|
<h2>
|
|
Appendices
|
|
</h2>
|
|
</a>
|
|
<p>A load of other useful resources.</p>
|
|
</li>
|
|
</ul>
|
|
</nav>
|