Skip to content

josdem/playwright-vetlog

Repository files navigation

Playwright Vetlog

Playwright

This is an end-to-end testing for Vetlog using Playwright and Applitools

Requirements

Note: I recommed to use NVM to manage NodeJS versions

To build the project

npm install

To run end-to-end tests

npx playwright test e2e

To run visual tests

npx playwright test visual --project chromium

To see integrated reports

npx playwright show-report

Setting up environment

export VETLOG_USERNAME=${USERNAME}
export VETLOG_PASSWORD=${PASSWORD}
export APPLITOOLS_API_KEY=${YOUR_APPLITOOLS_API_KEY}

where:

  • ${USERNAME} is your Vetlog username
  • ${PASSWORD} is your Vetlog password
  • ${YOUR_APPLITOOLS_API_KEY} is something like: Ag4hfEVDIMykuCpWk61ppg3VJ9fkK0uht100HXnvGPlag220 (Check with your service provider if you do not have it)

Note

If you are using Windows based platform:

$Env:APPLITOOLS_API_KEY="YOUR_APPLITOOLS_API_KEY"

where:

  • ${apiKey} Is your Applitools api key

Reporters Wiki

Releases

No releases published

Packages

No packages published