UNPKG

onesignal-cordova-plugin

Version:

OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.

6 lines 156 B
describe('My First Test', () => { it('Visits the app root url', () => { cy.visit('/') cy.contains('#container', 'Ready to create an app?') }) })