Skip to content

Commit b338e39

Browse files
committed
testdata: add CSV files for data-driven tests (unignored)
1 parent bbe51af commit b338e39

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

testdata/e2e_login_data.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
username,password
2+
testuser,testpass

testdata/login_data.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
testName,username,password,expected
2+
Valid login,testuser,testpass,success
3+
Invalid login,wronguser,wrongpass,failure

0 commit comments

Comments
 (0)