Web Tests on Mobile Browsers
With a simple import change and a configuration update, you can use your existing Playwright tests to also do native browser testing with the Appetize integration
Prerequisites
Configuration
{
name: 'Appetize Native Browser Test',
use: {
config: {
device: 'pixel7',
osVersion: '13',
publicKey: 'standalone_***',
enableAdb: true
}
}
}Page Fixture
Update your imports
Run your tests
Running TestsLast updated