QA Test for Penpot
Go to file
Aliaksei Kalennikau b8a1c59462 Update Playwright
2022-12-06 13:29:37 +01:00
fonts Add tests for dashboard (3rd batch) 2022-11-18 17:03:00 +01:00
helpers Add tests for profile 2022-11-22 19:59:26 +01:00
images Add tests for composition (Image) 2022-11-25 14:14:25 +01:00
pages Add tests for panels&features (Export) 2022-12-05 17:40:19 +01:00
tests Add tests for panels&features (Export) 2022-12-05 17:40:19 +01:00
.gitignore Install Playwright and Prettier. 2022-11-15 20:21:22 +01:00
fixtures.js Add waitForPageLoaded() to fixtures to avoid flakiness 2022-11-24 12:00:47 +01:00
LICENSE Initial commit 2022-11-15 12:57:56 +01:00
package-lock.json Update Playwright 2022-12-06 13:29:37 +01:00
package.json Update Playwright 2022-12-06 13:29:37 +01:00
playwright.config.js Clean up unused code 2022-11-18 09:27:00 +01:00
README.md Update README 2022-11-22 16:35:30 +01:00

penpotqa

QA Test for Penpot

Based on Playwright framework.

By default, the tests are configured to run in Chromium browser on Windows. For running locally, put the .env file to the root of the project with 3 env variables:

LOGIN_EMAIL (email from your Penpot account)

LOGIN_PWD (password from your Penpot account)

BASE_URL (Penpot url)

It is recommended to use freshly created Penpot account for testing purposes.