-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: add a welcome page when no any test suites
- Loading branch information
1 parent
4e464d1
commit 19f3134
Showing
3 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<template> | ||
<div>Welcome to use atest to improve your code quality!</div> | ||
<div>Please read the following guide if this is your first time to use atest.</div> | ||
<li>Create a test suite on the left panel</li> | ||
<li>Select a suite, then create the test case.</li> | ||
|
||
<div> | ||
Please get more details from the <a href="https://linuxsuren.github.io/api-testing/" target="_blank" rel="noopener">offical document</a>. | ||
</div> | ||
</template> |