Skip to content

a-chumagin/gpt-python-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human: This project was created by chatGPT (I did not change code just copy-paste that chat suggested) It is just experiment to show that chatGPT could be used for generate UI automation test project.

ChatGPT:

Project Name

A sample project for implementing UI automation tests using Playwright and Python.

Getting Started

To get started, clone this repository and install the required packages using the following command:

pip install -r requirements.txt

The required packages are listed in the requirements.txt file. You can add or remove packages from this file as needed, and then run pip install -r requirements.txt to install or update the packages.

You will also need to download the required browsers by running the following command:

playwright install

You can run the tests using the following command:

pytest

Contributing

Contributions are welcome! Please open an issue or pull request if you would like to contribute to this project.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages