PyAr / pyafipws

Interfases, tools and apps for Argentina's gov't. webservices (soap, com/dll simil-ocx, pdf, dbf, xml, json, etc.) #python
https://github.com/PyAr/pyafipws/wiki/PyAr-PSF-GSoC-2019-Final-Summary
GNU Lesser General Public License v3.0
2 stars 14 forks source link

Add PowerShell tests for Windows COM automation and VBS scripts #169

Open ABHISHEKSONI121 opened 1 month ago

ABHISHEKSONI121 commented 1 month ago

Add PowerShell tests for Windows COM automation and VBS scripts and update CI/CD workflows

Overview

PowerShell test scripts to enhance our testing coverage for AFIP web services. These scripts will significantly improve our ability to verify the correct functioning of our AFIP-related COM objects and web service interactions.

New Test Scripts

1. test_factura_electronica.ps1

2. test_remito_electronico_carnico.ps1

3. test_pyqr.ps1

4. test_pyi25.ps1

Integration Tasks

Linked PR

  1. 168

  2. Create a separate PR for updating CI/CD workflows and configurations

Impact

These new tests will enhance our ability to catch issues early, ensure compatibility across different systems, and maintain the reliability of our AFIP-related functionalities.