Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a warning about runner issues #13812

Merged
merged 5 commits into from
Oct 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion tools/runner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<script src='/common/get-host-info.sub.js'></script>
<script src='runner.js'></script>


<header class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
Expand All @@ -21,6 +20,13 @@
</header>

<div class="container">
<div class="alert alert-warning">
This runner does not fully support all test types and has a number of
<a href="https://github.com/web-platform-tests/wpt/labels/runner">known issues</a>.
<code>./wpt run</code> is a more well-supported runner, see the documentation on
<a href="https://web-platform-tests.org/running-tests/">running tests</a>.
</div>

<div id="testControl" class="panel panel-default">
<div class="panel-body">
<form id='options' class='horizontal-form' onsubmit='return false;'>
Expand Down