Skip to content

Commit 5a2e359

Browse files
committed
feat: added Keploy Github App
1 parent 48393a3 commit 5a2e359

32 files changed

Lines changed: 3661 additions & 685 deletions

.github/workflows/keploy.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Run test-cases
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
my_job:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v3
13+
14+
- name: Keploy Report
15+
uses: keploy/testgpt@main
16+
with:
17+
working-directory: ${{ github.workspace }}
18+
delay: 10
19+
command: node src/app.js
20+
keploy-path: .

keploy-github-app-beta/.dockerignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

keploy-github-app-beta/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ npm-debug.log
55
.env
66
coverage
77
lib
8+
scripts/*
9+
/dist
10+
11+
myenv/
12+

keploy-github-app-beta/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

keploy-github-app-beta/CONTRIBUTING.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

keploy-github-app-beta/Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

keploy-github-app-beta/LICENSE

Lines changed: 0 additions & 15 deletions
This file was deleted.

keploy-github-app-beta/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

keploy-github-app-beta/app.yml

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)