sstephenson / bats

Bash Automated Testing System
MIT License
7.12k stars 519 forks source link

Windows support #148

Open stevemao opened 8 years ago

stevemao commented 8 years ago

Hi, it looks that Windows is supported under certain conditions. It would be great if it's documented. Any tips or suggestions would be great! Thanks.

zen42 commented 8 years ago

Why would you want to use bats on windows? Not being mean but unless its to test stuff your already running on cygwin then why not use powershell etc? Just wondering

stevemao commented 8 years ago

I'm not a Windows user and I have no idea what cygwin and powershell are. But my project should work on Windows so I wanna test on it.

leahcim commented 8 years ago

Hi @stevemao. That's what #128 is all about. Any comments welcome.