Linux scripts to run on Mac or Windows box

We have Eggplant scripts that were developed on a Linux Box. Can those same eggplant scripts be run on a MAC and/or Windows box?

Thanks,
Tina

Yes, scripts created on one platform can be run on either of the other two platforms, assuming that they don’t rely on calls into the local system via the shell command (e.g., a shell command that runs “ls -l” on Mac or Linux won’t generally work when moved to Windows) or contain hard-coded file-system paths. The only other exception that I’m aware of as of v11.22 is that the ability to start/stop the recording of a movie is a Mac-only feature.