Skip to content

Commit

Permalink
deploy: b16df14
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuankai619 committed Sep 17, 2024
1 parent 9728cc2 commit d7a19b3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<!DOCTYPE html><html><head><meta charset='UTF-8'><title>Playwright Traces</title></head><body><h1>Playwright Traces</h1><ul>
<li><a href='https://trace.playwright.dev/?trace=https://Yuankai619.github.io/Yuankai619/LLM-Driven-Code-and-Test-Script-Generation/trace.zip'>trace.zip</a></li>
<!DOCTYPE html><html><head><meta charset='UTF-8'><title>Playwright Traces</title><style>
body {
background-color: #2B313F;
color: #EAF4FC;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
margin-top: 50px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
text-align: center;
font-size: 1.2em;
margin: 20px 0;
}
a {
color: #EAF4FC;
text-decoration: none;
padding: 10px 20px;
display: inline-block;
transition: all 0.3s ease;
}
a:hover {
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
</style></head><body><h1>Playwright Traces</h1><ul>
<li><a href='https://trace.playwright.dev/?trace=https://Yuankai619.github.io/LLM-Driven-Code-and-Test-Script-Generation/trace.zip'>trace.zip</a></li>
</ul></body></html>
Binary file modified trace.zip
Binary file not shown.

0 comments on commit d7a19b3

Please sign in to comment.