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

Suggestion: automatically rerun tests when saving .al file #42

Open
lvanvugt opened this issue Aug 9, 2021 · 2 comments
Open

Suggestion: automatically rerun tests when saving .al file #42

lvanvugt opened this issue Aug 9, 2021 · 2 comments

Comments

@lvanvugt
Copy link

lvanvugt commented Aug 9, 2021

Hi James,

It seems that in some other dev environments tests are rerun automatically when a test has been fixed and saved. Is this something useful to add to the AL Test Runner?

@jimmymcp
Copy link
Owner

jimmymcp commented Aug 9, 2021

Hi Luc,

Yes, that is something that I've seen with other test runners and considered. The thing that has put me off in the past is the fact that the test app needs to be built and published before the test(s) can be run. I wondered if that would be a little annoying or disruptive. Got any ideas about how this might work? Have a short delay after the file has been saved and then run the test that the cursor is currently in?

@lvanvugt
Copy link
Author

Indeed that's the main "challenge".

Got any ideas about how this might work? Have a short delay after the file has been saved and then run the test that the cursor is currently in?

Some thoughts/questions:

  • What about having this depend on/triggered by a commit from the Source Control pane?
  • And how about using Rapid Deployment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants