diff --git a/docs/cypress/02-template-project.md b/docs/cypress/02-template-project.md index c37af2f..5a26d25 100644 --- a/docs/cypress/02-template-project.md +++ b/docs/cypress/02-template-project.md @@ -39,7 +39,7 @@ All parameters are already set in `.env.example` file. You need to set only `WOP You can find your project UUID and Wopee.io API key in the project settings screen after navigating to project. - ![Project UUID](../img/project-settings.gif) + ![Project UUID](../img/project-settings.webp) ## Get template project diff --git a/docs/cypress/03-install-plugin.md b/docs/cypress/03-install-plugin.md index 43e6378..39b36e6 100644 --- a/docs/cypress/03-install-plugin.md +++ b/docs/cypress/03-install-plugin.md @@ -48,7 +48,7 @@ Full list of `.env` file parameters could be found [here](https://docs.wopee.io) You can find your project UUID and Wopee.io API key in the project settings screen after navigating to project. - ![Project UUID](../img/project-settings.gif) + ![Project UUID](../img/project-settings.webp) ### Set up CI/CD diff --git a/docs/img/project-settings.webp b/docs/img/project-settings.webp new file mode 100644 index 0000000..d4b0efb Binary files /dev/null and b/docs/img/project-settings.webp differ diff --git a/docs/playwright-visual-testing.md b/docs/playwright-visual-testing.md index f2d265f..de1966e 100644 --- a/docs/playwright-visual-testing.md +++ b/docs/playwright-visual-testing.md @@ -76,7 +76,7 @@ WOPEE_API_KEY=your-api-key **Find your project UUID and API key in the `PROJECT SETTINGS` / `API Keys` section.** - ![Project UUID](img/project-settings.gif) + ![Project UUID](img/project-settings.webp) ??? info "How to set env variables?" diff --git a/docs/robot-framework/02-manual-setup.md b/docs/robot-framework/02-manual-setup.md index 88769d9..50ff37d 100644 --- a/docs/robot-framework/02-manual-setup.md +++ b/docs/robot-framework/02-manual-setup.md @@ -40,7 +40,7 @@ All parameters are already set in `.env.example` file. You need to set only `WOP You can find your project UUID and Wopee.io API key in the project settings screen after navigating to project. - ![Project UUID](../img/project-settings.gif) + ![Project UUID](../img/project-settings.webp) ## Get template project