Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 156e791

Browse files
committed
feat(e2e): added cypress
1 parent 92c162c commit 156e791

File tree

15 files changed

+1313
-188
lines changed

15 files changed

+1313
-188
lines changed

cypress.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"baseUrl": "http://localhost:6044",
3+
"pluginsFile": "tests/e2e/plugins/index.js"
4+
}

dev/typescript/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</button>
3939
</div>
4040
<div class="p-6 w-full sm:w-1/3">
41-
<pre>{{ formValues }}</pre>
41+
<pre data-cy="form-values">{{ formValues }}</pre>
4242
</div>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)