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

[feature]: add support for running a particular test case in the test-set #915

Closed
1 task done
Sarthak160 opened this issue Sep 28, 2023 · 2 comments · Fixed by #1165
Closed
1 task done

[feature]: add support for running a particular test case in the test-set #915

Sarthak160 opened this issue Sep 28, 2023 · 2 comments · Fixed by #1165

Comments

@Sarthak160
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

  • Currently when test mode is run , it loads all the testcases of test-set and run the entire test suite .
  • But if someone wants to run a particular testcase of that set it should be able to run that testcase instead of all .
  • By adding a flag like : --test-set:0 and --tescase:3 can be used as an input and test run logic can be changed according to this .

Why should this be worked on?

This feature will be helpful for users having huge set of testcases , and are willing to test a specific feature or module .

Repository

keploy

@charankamarapu
Copy link
Member

Hi @Sarthak160 Just a small note that this issue should be resolved before merging the feature you proposed.

@Sarthak160
Copy link
Member Author

Since timestamp PR #1023 has been merged , this issue can be picked now !

Sarthak160 added a commit that referenced this issue Dec 9, 2023
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
jaimin001 pushed a commit to jaimin001/keploy that referenced this issue Dec 9, 2023
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
Signed-off-by: Jaimin Gajjar <jaimingajjar01@gmail.com>
Hermione2408 pushed a commit to Hermione2408/keploy that referenced this issue Dec 14, 2023
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
shivamsouravjha pushed a commit that referenced this issue Dec 15, 2023
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
slayerjain pushed a commit that referenced this issue Jun 10, 2024
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>

Former-commit-id: 5fba989
gouravkrosx pushed a commit that referenced this issue Jun 10, 2024
* feat: add support for running particular test

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* address comments

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix indent

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* fix: clear example

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* changed order of comment

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* removed unnesscary files

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* remove keploy-config

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

* add keploy.sh

Signed-off-by: Akash Kumar <meakash7902@gmail.com>

---------

Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Co-authored-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
Former-commit-id: 4fc1d5c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants