The erros message:
~ play! 1.5.x-localbuild, https://www.playframework.com ~ ~ bash E:\v\play-1.5\modules\tests/gradle -b E:\v\play-1.5\modules\tests/build.gradle -p E:\v\play-1.5\hi -PPLAY_APP=E:\v\play-1.5\hi -PPLAY_HOME=E:\v\play-1.5 -Dfile.encoding=UTF-8 clean check test itest uitest combineUiTestResults -PUITEST_CLASS=ui/** -PTEST_COVERAGE_ENABLED=true Traceback (most recent call last): File "E:\v\play-1.5\play", line 159, in <module> status = cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader) File "modules/tests\commands.py", line 104, in execute '-PUITEST_CLASS=%s' % uitest_class_pattern, '-PTEST_COVERAGE_ENABLED=%s' % test_coverage_enabled) File "modules/tests\commands.py", line 39, in execute_gradle return_code = subprocess.call(gradle_cmd, env=os.environ) File "E:\v\play-1.5\python\lib\subprocess.py", line 444, in call return Popen(*popenargs, **kwargs).wait() File "E:\v\play-1.5\python\lib\subprocess.py", line 595, in __init__ errread, errwrite) File "E:\v\play-1.5\python\lib\subprocess.py", line 821, in _execute_child startupinfo) WindowsError: [Error 2]
Is there any way to use it in windows 10?