mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2025-06-29 00:45:46 +08:00
Added Cypress E2E test for login
This commit is contained in:
parent
fdfeef3589
commit
bb743d95b3
9 changed files with 1575 additions and 0 deletions
12
cypress/support/component-index.html
Normal file
12
cypress/support/component-index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>Components App</title>
|
||||
</head>
|
||||
<body>
|
||||
<div data-cy-root></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue