-
Notifications
You must be signed in to change notification settings - Fork 43
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
Starter Project #2: Generating standalone e2e tests to prevent regression #216
Comments
Will the |
@TwinIsland Could you give more context about the question you are asking? |
I've observed that Acto generates a variety of outputs, such as
Based on my current understanding, the |
Got it. I believe you are thinking about using this project for the 523 course project?
There is no any requirement in research :)) you should feel free to think about any ideas that can potentially solve the problem. This task is a bit old (almost 10 months ago) and there is some limited regression tests @tylergu put (e.g., the tests we run for CI). I think we should sit down and discuss more about what are the more regression testing effort we will need. |
@TwinIsland The |
Thanks for the clarification! I've already outlined a plan for my 523 course project. However, I remain genuinely interested in this task and am considering it as a hobby project, especially since my schedule is relatively chill this semester. Would pursuing this task in that context be a feasible approach? |
Got it, thanks! |
Description
We reported bugs to operator developers, and when developers fix the bugs, they often write regression tests along to prevent this bug to be introduced in the future.
We observed that these regression tests wrote by developers are very similar to how Acto runs the E2E tests, and it is possible for Acto to automatically generate them using the existing information we already have.
With this feature, it would save a lot time for developers to reproduce and fix the bug, it would also help ourselves to automatically reproduce alarms during inspection.
Actions
The text was updated successfully, but these errors were encountered: