Skip to content

Project that tests Dock access to its home page and fill its contact form to send it.

Notifications You must be signed in to change notification settings

calopessoa/dock-test

Repository files navigation

E2E Automated Test for Dock Home Page

Project that tests Dock access to its home page and fill its contact form to send it.

Dock - Financial Technologies

Tools used:

  • Python
  • Pytest-BDD
  • Playwright
  • Github Actions (CI/CD)

Usage:

To use this 2e2 tool, import the project:

git clone 'git@github.com:calopessoa/dock-test.git'

Then, move to the local folder:

cd dock-test

Then, install the dependencies, inside the virtual environment:

python3 -m venv .venv && source .venv/bin/activate
python3 -m pip install -r requirements.txt

Finally, run the script for Playwright (it'll run both test files, with and without BDD):

pytest

To-Do:

Investigate how to test the accessibility tools

  • this author recommends further improvement with the audio helper in english

About

Project that tests Dock access to its home page and fill its contact form to send it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published