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
Configure Rocket-E2E (config file + plugin zips). I recommend uploading your local conf and zips to the server via FTP and then, with SSH or VNC, copy those files into your rocket-e2e install on the remote desktop.
You might need to change the wp.config.ts for the SSH key location.
You might need to change ownership of the files. It is described on Notion as well.
Set up the installation with npm install and npx playwright (as explained here)
Connect to the remote desktop via VNC, open a terminal there and run npm run test:e2e (it takes ~1 hour)
Compare your HTML report with the reference one provided here. Once you are confident your E2E remote environment is set up properly; share the HTML report in the thread as well to allow the team to compare all of them later on and identify flaky tests.
The text was updated successfully, but these errors were encountered:
MathieuLamiot
changed the title
Set-up Remote desktop & rocket-e2e
Ahmed - Set-up Remote desktop & rocket-e2e
Oct 21, 2024
You might need to change the wp.config.ts for the SSH key location.
You might need to change ownership of the files. It is described on Notion as well.
npm run test:e2e
(it takes ~1 hour)The text was updated successfully, but these errors were encountered: