This is a fork of the robotframework-sudslibrary but rather than using SUDS, it uses Zeep which is a current and maintained SOAP client.
- Install VirtualEnv
python -m venv venv
- Activate VirtualEnv
.\venv\scripts\activate
- Install the pre-requisites
pip install -r requirements.txt
- Download and install npm (required for running local webservices)
- Install http-server (add -g option to install http-server for all users)
npm install http-server
- Activate the local webservices in one terminal
python ./Test/TestWebServices.py
- Run the tests in another terminal
python ./Test/run_tests.py