Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3ury99/programacion-iii-final
Proyecto final de Programación 3.
https://github.com/k3ury99/programacion-iii-final
Last synced: about 1 month ago
JSON representation
Proyecto final de Programación 3.
- Host: GitHub
- URL: https://github.com/k3ury99/programacion-iii-final
- Owner: K3ury99
- License: mit
- Created: 2024-11-29T21:33:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T01:08:40.000Z (about 1 month ago)
- Last Synced: 2024-11-30T02:18:14.313Z (about 1 month ago)
- Language: HTML
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Final project - Programming III 🍃
> [!TIP]
> This is the final project of Programming III, the code of the personal page that I used, and the automation of it, are in Github. I also imported my project from Github directly into Azure DevOps. I put a lot of effort into this project, in which I spent more than 24 hours in a row developing the code for my page, testing each component one by one, and organizing every point of the documentation to ensure I achieved the highest grade. It was truly a process I thoroughly enjoyed.
>
> This marks the last task for this subject. Thank you for all the knowledge shared over these four months of continuous work. I hope you liked everything I meticulously added. Wishing you a happy rest of the day, afternoon, or night.
>
> **Keury Ramirez - 20231101.**
> [!IMPORTANT]
The automated project is called "Automatizacion.py". Use this small code to run the program from the CMD
```text
pytest Automatizacion.py --html=report.html
```# ✨ Bondelic - Netlify
- https://bondelic.netlify.app# 📍 Azure DevOps - Final Project
- https://dev.azure.com/K3ury99/Programaci%C3%B3n%20III%20-%20Final# 👾 YouTube - Explanatory Video
- https://www.youtube.com/watch?v=9mGixLQ5WnQ# 🐱👤 Contributing
1. **Fork the repo**
- **Create a new branch**
```bash
git checkout -b feature-branch
- **Commit changes**
```bash
git commit -am 'Add new feature'
2. **Push to the branch (git push origin feature-branch)**
3. **Create a new Pull Request**# 📋 **Prerequisites**
Before running the automated python version of this project, and being able to view the generated report, make sure you have the following requirements:
- **Python 3.0**
- **Selenium WebDriver**
- **Microsoft Edge WebDriver**
- Required libraries (install them with `pip install selenium pytest`).## 📔 License
This project is licensed under the MIT License. See the `LICENSE` file for details.