Skip to content

Commit

Permalink
feat: Added test coverage and new test cases (keploy#68)
Browse files Browse the repository at this point in the history
* feat: added new test cases

Signed-off-by: Ayush Sharma <[email protected]>

* fix: stopTesting test

Signed-off-by: Ayush Sharma <[email protected]>

* fix: test case for test and record

Signed-off-by: Ayush Sharma <[email protected]>

* feat: added test cases for windows

Signed-off-by: Ayush Sharma <[email protected]>

* fix: windows path

Signed-off-by: Ayush Sharma <[email protected]>

---------

Signed-off-by: Ayush Sharma <[email protected]>
  • Loading branch information
ayush3160 authored Oct 3, 2024
1 parent 6152444 commit d7b9577
Show file tree
Hide file tree
Showing 14 changed files with 2,034 additions and 3,636 deletions.
6 changes: 6 additions & 0 deletions .c8rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"all": true,
"include": ["out/**"],
"exclude": ["**/node_modules/**", "out/test/"],
"reporter": ["html", "text"]
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ node_modules
.vscode-test/
intellijpublish.yml
*.log
out
out
coverage
keploy-logs.txt
Loading

0 comments on commit d7b9577

Please sign in to comment.