Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

marlexx/zadatakAvantos

Repository files navigation

This repo is a playwright test project for Avantos employment assesment.

Overview

This project automates UI and API testing using Playwright, with organized test suites and page object model architecture.

Project Structure

  • tests/ - Test suites (UI and API)
  • pom/ - Page Object Model classes
  • fixtures/ - Custom hooks and fixtures
  • utils/ - Utility functions
  • test-data/ - Test data for steps and assertions

Setup

  1. Install dependencies: npm install
  2. Install Playwright browsers: npx playwright install

Running Tests

  • Run all tests: npm test
  • Run UI tests: npx playwright test tests/ui-tests/
  • Run API tests: npx playwright test tests/api-tests/
  • View report: npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors