question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UI: Button for deleting "Finished" tests

See original GitHub issue

Problem Parameter Parallelism in tests creates multiple containers for API attacking. After finishing tests the Completed containers accumulating in system forming a little inconvenience. It will be cool if you implement a destroy button for this containers in Predator UI.

What I suggest Add a delete button near the stop button in Last Reports submenu, in the row where described a test. This button should remove all related containers with its test.

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
enudlercommented, Oct 10, 2019

ok sounds good to me so bottom line what we need is this:

  • Common - Define API for delete all containers in docker, all jobs in k8s
  • Common - Implement TTL for containers using configuration handler
  • Docker - Implement delete all for docker
  • Docker - Implement scheduler to delete docker container after configured TTL
  • Kubernetes - Implement delete all for Kubernetes
  • Kubernetes - Implement using k8s API for deleting job or scheduler after configured TTL
  • UI - Add button - @manorlh
2reactions
NivLipetzcommented, Oct 21, 2019

The progress on this feature can be tracked in the project here: https://github.com/Zooz/predator/projects/7

any help is always appreciated 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deleting your app from the iOS simulator during UI tests
Deleting your app from the iOS simulator during UI tests ... let removeAppButton = springboard.buttons["Remove App"] if removeAppButton.
Read more >
How to Quickly Delete Tests and Batches - with Applitools Eyes
To learn more about Applitools Eyes, please visit: https://applitools.com/featuresTo create a free account and start using Applitools Eyes ...
Read more >
UI Test deleting text in text field - Stack Overflow
Open the storyboard and select the text field, under the attributes inspector find "Clear button" and set it to the desired option (e.g....
Read more >
Allow the UI to delete test runs - Visual Studio Feedback
Its one button that calls the existing Delete API and passes in the run GUID. The button's availability is based on the existing...
Read more >
Where do you put the delete button if you have delete, cancel ...
Personally, I put the primary, positive action bottom right - so in a process, "Next" and "Submit" go here. Cancel would appear to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found