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

pause resume jumps back to first line of macro if in Test Suite #48

Closed
peterpeterone opened this issue Apr 1, 2018 · 4 comments
Closed

Comments

@peterpeterone
Copy link

i have a Pause(0) line in my Macro.
when i run the Macro as standalone Macro, there is no problem: it pauses at the Pause line, and when i Resume, macro continues to run from that line onward.
however, if i put the same Macro inside a Test Suite and run the Test Suite as a series of Macros (either right-click the Suite folder and "Play" or right-click the Macro and "replay from here"), when i resume the Pause, macro jumps back to the first line of code of that Macro and start all over again.
is this a bug and can it be fixed so that macro resumes from the Pause line when it's run inside a Test Suite?
thank you.
peter

Chrome: Version 65.0.3325.181 (Official Build) (64-bit)
Kantu for Chrome: version 2.6.0
Macro code:
{
"CreationDate": "2018-4-1",
"Commands": [
{
"Command": "echo",
"Target": "1",
"Value": ""
},
{
"Command": "pause",
"Target": "",
"Value": ""
},
{
"Command": "echo",
"Target": "2",
"Value": ""
}
]
}

@A9T9
Copy link
Owner

A9T9 commented Apr 3, 2018

We confirmed the issue. Thanks for reporting it! => It will be fixed asap.

@A9T9
Copy link
Owner

A9T9 commented Apr 13, 2018

fixed with v2.7.1, but now the test suite stops after this macro. This remainig issue will be fixed asap.

@A9T9 A9T9 closed this as completed Apr 13, 2018
@A9T9 A9T9 reopened this Apr 13, 2018
@A9T9
Copy link
Owner

A9T9 commented Apr 23, 2018

fixed!

@A9T9 A9T9 closed this as completed Apr 23, 2018
@peterpeterone
Copy link
Author

works great! thank you so much!

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

No branches or pull requests

2 participants