• TestFrameworks
Create project directory and open PowerShell or bash in it.
npm install -g playwright
npm init playwright@latest - installs a sample Typescript or JavaScript project
Start VSC and press “Ctrl+Shift+X” :: “Playwright Test for VSCode”
press “Ctrl+Shift+X” :: “Install browsers for Playwright vx.yz”
git add .
cd c:\users\{youUserName}\.ssh
ssh-keygen -t rsa -b 4096 -C "{[email protected]}"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub
https://github.com/settings/keys - paste SSH Public Key here
ssh –T [email protected]
/// the following two lines ought to be a single commandline
git remote add ProjectNicknameForGitLinthicumAgent https://github.com/GregLinthicum/Playwrigh...
/// the following two lines ought to be a single commandline
git remote add ProjectNicknameForGitLinthicumAgentA [email protected]:GregLinthicum/PlaywrightJavaScript2.git
git commit –m "xxxxx"
gh repo list
git pull ProjectNicknameForGitAgent master --allow-unrelated-histories
git push ProjectNicknameForGitAgent master
#playwright #javascript #DevOps #github #tutorial #linthicum #githubactions #helloworld #linthicumquick #quicksetup
see excellent tutorial on dynamic feature creation at: https://github.com/TestRoverAutomation/Pla...
. • Playwright BDD | Dynamic Object Loading | ...