24 skills found
pytest-dev / Pytest HtmlPlugin for generating HTML reports for pytest results
prashanth-sams / Pytest Html ReporterGenerates a static html report based on pytest framework
defnngj / PyautoTestNo description available
reporterplus / Pytest Html PlusGenerate Actionable, automatic screenshots, unified Pytest HTML report in less than 3 seconds — no hooks, merge plugins, no config, xdist-ready.
christiansandberg / Pytest Reporter Html1A basic HTML report for Pytest
jeffwright13 / Pytest TuiA Text User Interface (TUI) for Pytest, with console scripts to launch a TUI or an HTML page
yongchin0821 / PywebreportGenerate html reports by sources such as unittest、pytest
RaresCode / OrangeHRMTesting the opensource demo of orangehrm
akavbathen / Pytest Html MergerNo description available
Viha27 / Python DevopsA Devops pipeline is set of automated processes and tools that the development (Dev) and operations (Ops) teams implement to build, test, and deploy software faster and easier. In this course you will complete DevOps pipeline generally consists of a set of tools which are normally broken down into the following categories: Plan Code Integrate Test Release Deploy Operate This learning path will cover: Git is an open-source and distributed version control system. Github is git repository hosting service used for code sharing, bug tracking, feature request and much more. PyCharm is an integrated development environment (IDE) for python programing language. Flask is a python web framework. HTML is the standard markup language for Web pages. CSS is a style sheet language use to style a HTML document. SQLAlchemy is an open-source SQL toolkit and object-relational mapper which gives full power and flexibility of SQL. Selenium is used to automate web browser interaction. Pytest is unit testing framework that allows users to write test codes. Ngrok allows to expose a web server running on your local machine to the internet. Github Action enables you to include Continues Integration (CI) and continuous deployment (CD) capabilities and many other features directly in your repository. Docker is an open source containerization platform enables developers to package applications into containers. Docker Hub is a cloud-based repository for finding and sharing container images with your team. Kubernetes is an open-source container orchestration for automating deployment, scaling, and management of containerized applications. This course is one stop shop where you will learn web development, continuous integration, continuous deployment, containerization, writing neat and quality code, devops concepts and much more with python programing language. What you’ll learn Learn to build Continuous Integration Continuous Deployment pipeline Build CI CD tool to update docker image after any update Learn to create dockerfile Learn the fundamental concepts of Docker Learn the fundamental concepts of Kubernetes Learn to create Kubernetes YAML files Learn to deploy high availability, fault tolerance, scalable application Learn all the basic and advanced git commands Learn different types of branches like master, developer, feature, release and hotfix branch Learn fundamental concepts of Version Control System Learn to use Github actions for CI CD pipeline Learn to build python flask web application Learn to use SQL Alchemy Lean to create HTML pages using HTML, CSS and bootstrap Are there any course requirements or prerequisites? Git installed Docker installed Kubernetes installed Any IDE Github account Docker hub account Who this course is for: Anyone who wants to Enhance their skills in DevOps domain Developers and IT Pros Instructor User photo Pranjal Srivastava Docker | Kubernetes | AWS | Azure | ML | Linux | Python I am an Instructor, Devops engineer, machine learning enthusiast, cloud expert and passionate developer. I have authored 60+ courses with over 50,000+ students worldwide across 175+ countries on wide array of technologies like containerization, machine learning, Linux, programming languages and cloud computing platforms like Microsoft Azure, Amazon Web Service and IBM Cloud.
zhangkaiwoniu / Python Ui AutoFramepython + selenium + unittest/pytest 自动化测试框架。功能 :PO模式 数据驱动+封装selenium+异常截图+输出日志+失败重跑+生成HTML报告+支持unittest/pytest两种运行模式
fastapiadmin / FastTestFastTest 是一个完全开源免费的自动化测试框架,旨在整合多种工具和技术,提供全面的API和UI自动化测试解决方案。通过使用Python、pytest、Selenium、pytest-html、requests、openpyxl、pandas、DingTalk、email、Faker、Jenkins等技术,本项目能够帮助开发者高效地进行自动化测试,并生成详细的测试报告。
kangs2008 / Ks Kei Api基于excel+requests+pytest+allure/html设计,本框架无需你使用代码编写用例,一切将在EXCEL中进行
musen123 / Pytest Testreportpytest生成html测试报告的插件,(是基于unittestreport风格的报告扩展而来)
rafitur2 / Python Pytest Selenium HTML Report With Multiple ScreenshotsPython - Pytest - Selenium Generate HTML report with multiple screenshots
hdw868 / Pytest Aggreportpytest plugin for pytest-repeat that aggregates test result of the same test in terminal and html(if pytest-html is available) with statistics details.
WayneLambert / PortfolioPortfolio site demonstrating skills with Python, Django, JavaScript, HTML, Sass, PostgreSQL, pytest, Docker, and Git.
codewithmmak / Rest Api Requests PythonRESTful API Testing in Python with requests
cle-b / Pytest HttpdbgA pytest plugin for recording HTTP(S) requests and saving them in your test report.
okken / Pytest HistoricPytest-historic is a free, custom html report which provides historical pytest execution results by storing execution results info in MySQL database and generate's html reports (charts / statistics) from database using Flask.