Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support to load test suite from URL #171

Merged
merged 1 commit into from
Aug 19, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added documentation Improvements or additions to documentation enhancement New feature or request backend labels Aug 19, 2023
Repository owner deleted a comment from github-actions bot Aug 19, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 3.057134ms 3.057134ms 3.057134ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 2.522128ms 4.555451ms 488.805µs 2 1
POST http://localhost:8080/server.Runner/GetSuites 1.955321ms 1.955321ms 1.955321ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 1.100112ms 1.100112ms 1.100112ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 1.079912ms 1.079912ms 1.079912ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.072512ms 1.072512ms 1.072512ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.031511ms 1.031511ms 1.031511ms 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 1.030211ms 1.030211ms 1.030211ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.005561ms 1.403216ms 607.906µs 2 1
POST http://localhost:8080/server.Runner/GetTestCase 1.005312ms 1.005312ms 1.005312ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 941.11µs 941.11µs 941.11µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 708.308µs 708.308µs 708.308µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 653.707µs 653.707µs 653.707µs 1 1
POST http://localhost:8080/server.Runner/GetVersion 643.807µs 643.807µs 643.807µs 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 636.907µs 636.907µs 636.907µs 1 1
POST http://localhost:8080/server.Runner/ListCodeGenerator 619.007µs 619.007µs 619.007µs 1 0
POST http://localhost:8080/server.Runner/GenerateCode 389.404µs 389.404µs 389.404µs 1 1

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.07% 92.98%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9088297) 4988 4228 84.76%
Head commit (ced3a6b) 5043 (+55) 4278 (+50) 84.83% (+0.07%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#171) 57 53 92.98%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit bd78fa4 into master Aug 19, 2023
@LinuxSuRen LinuxSuRen deleted the feat/url-loader branch August 19, 2023 23:03
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant