Skip to content

The repo contains basic UI tests of the About page of xkcd using Playwright under Python.

Notifications You must be signed in to change notification settings

nbaldzhiev/xkcd-about-page-playwright-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xkcd About page automated UI tests

The repository contains a small project in Python and Playwright for creating a few automated tests for the About page of the xkcd website.

Usage

$ git clone git@github.com:nbaldzhiev/xkcd-about-page-playwright-tests.git && cd xkcd-about-page-playwright-tests
$ python3.8 -m venv venv && source venv/bin/activate && pip install -r requirements.txt
$ pytest

This would execute all tests within the directory using the default Playwright settings for the Pytest plugin, i.e. headless mode, Chromium browser.

Notable external packages used

About

The repo contains basic UI tests of the About page of xkcd using Playwright under Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages