Skip to content

OliverAHolmes/salesforce-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Playwright Integration Example

Project Description

A project to automate Salesforce Scratch Org set up using Playwright: https://playwright.dev/.

How to use this example


  1. Clone project and install required packages:

  2. Open tests/example.spec.ts

  3. Update sfdxProjectDir to the directory of your SFDX project.

  4. Make your Playwright automations, making sure you include:

    • await page.goto(sfOrgUrlFrontDoor);
    • await page.goto(sfOrgUrl + '/lightning/page/home');

    There is a example included that add nav items.

About

A project to automate Salesforce org set up.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published