Skip to main content

No project description provided

Project description

ADACS Playwright Class

Usage

Use this class instead of the django StaticLiveServerTestCase.

It adds 2 useful class properties:

self.browser = A browser object from playwright used for accessing the page. self.playwright = The return from sync_playwright().start()

This class only supports chronium and synchronous tests.

Example

from adacs_django_playwright.adacs_django_playwright import PlaywrightTestCase

class MyTestCase(PlaywrightTestCase):

  def awesome_test(self):
    page = self.browser.new_page()
    page.goto(f"{self.live_server_url}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adacs_django_playwright-1.1.0.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

adacs_django_playwright-1.1.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file adacs_django_playwright-1.1.0.tar.gz.

File metadata

  • Download URL: adacs_django_playwright-1.1.0.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.6.51

File hashes

Hashes for adacs_django_playwright-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b2d3e8421e3cde11f7e60bdd6c7c5a5995cc5dabef077ba532e5fcdd193a39e3
MD5 eff709c8a91cc3a12bec31952b4a3fb0
BLAKE2b-256 afbb9cdafa94f609548f088d31032fb26ebf5252b36735cd173fff661311e740

See more details on using hashes here.

File details

Details for the file adacs_django_playwright-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for adacs_django_playwright-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e440336253da29ef89ce3ddc08d59746a8eeccf2b534b53efd2726e72f816cd
MD5 a09cc80151dbbd65a2e9b95b5f5ae835
BLAKE2b-256 0e1c85fcb327f453bb7eaa36241dc44c20573d46e5815054e7648391c9a05938

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page