FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/xvfb-run'

Clash Royale CLAN TAG#URR8PPP
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/xvfb-run'
I'm getting this error while running Django test in mac machine,
Error:
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 696, in run
with Popen(*popenargs, **kwargs) as process:
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 950, in __init__
restore_signals, start_new_session)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 1540, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/xvfb-run'
How can install xvfb-run on mac X.?
I have also installed XQuartz and add path, But problem not solved.
Thanks in advanced
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.