Skip to content

Bondar-Academy/playwright-api-testing-practice

Repository files navigation

Playwright API Testing Practice

A framework template to perform practice assignments for the class "Playwright API Testing Mastery"

Configuration

  1. Create .env file in the root of the project. Use the .env-SAMPLE as an example
  2. Update .env file with a valid Bondar Academy credentials Example:
    USERNAME='test@test.com'
    PASSWORD='Welcome1'
    
  3. Open a new terminal, execute command npm install to install project dependencies
  4. Run a sample test in practiceTest.spec.ts to make sure everything is working

P.S. .envfile is added to .gitignore so it will not be version controlled. The stored credentials only be available for the local computer and will not be shared or exposed to repository.

About

Bondar Academy. Project template to practice API Testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published