Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
|
|
#!/bin/sh
|
||
|
|
sudo sysctl -w fs.inotify.max_user_instances=1024
|