You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of generate-vapid-keys would be something along the lines of:
$web-push generate-vapid-keys
======================================
Public Key:
1234567890123456678990
Private Key:
12345678901234567890
======================================
The idea being if a developer was just starting out, they could get a set of VAPID keys without actually having to run a node script first to then change the script.
We could write another Selenium test that executes the CLI script instead of calling the web-push functions.
The text was updated successfully, but these errors were encountered: