baangt - Basic And Advanced Next Generation Testing

Ken Mercado 8bf3c83a43 os.getcwd() to get_basedir() 4 years ago
TechSpecs f4a4956283 Updated status of TechSpecs 4 years ago
baangt 8bf3c83a43 os.getcwd() to get_basedir() 4 years ago
browsermob-proxy e7d938f493 [add] add browsermob-proxy (should refact to download it later) 4 years ago
docs 42a5968f68 End of March update 4 years ago
examples 5ed02a8edd Remove unwanted paths 4 years ago
flask c87baa79c0 update from XLSX 4 years ago
tests e7b6751187 Test of RandomAddressClass 4 years ago
windows 11dccb8a04 Windows build to use onefile 4 years ago
.gitignore bf72cb25a7 browserDrivers added 4 years ago
LICENSE 245ac528a5 Package for PyPi, Split between VIG and Standard-Package 4 years ago
MANIFEST.in adf52af177 Logo location change for bundeling 4 years ago
MakePackage.sh 4554e2219d 2020.1.1.b9 4 years ago
README.md b414812aa3 for selenium grid v4 4 years ago
SimpleTheInternet.xlsx 8da6fc6043 first commit 4 years ago
baangt.py 7ee43ab462 Added gevent 4 years ago
baangtIA.py 7ee43ab462 Added gevent 4 years ago
baangtIA.spec 48a5865ed4 Path when in Pyinstaller 4 years ago
execMac.sh 9377e14b0f baangtIA instead of baangt.py because of Problems with pyInstaller 4 years ago
execUbuntu.sh 9377e14b0f baangtIA instead of baangt.py because of Problems with pyInstaller 4 years ago
execWindows.bat 11dccb8a04 Windows build to use onefile 4 years ago
globals.json 24cdb3d111 for selenium grid v4 4 years ago
requirements.txt 8f31d5ad25 Merge branch 'master' into exec 4 years ago
setup.py f36b9a77b8 2020.3.0rc3 4 years ago
test.json 8da6fc6043 first commit 4 years ago
utils.py f0886e5033 Get base directory 4 years ago

README.md

Welcome

Please find the full documentation on ReadTheDocs

Further reading:

Latest news on http://baangt.org for community edition and http://baangt.com for corporate environments.

  • donwload latest webdrivers in baangt/browserDrivers folder
  • or if you run baangt and execute with TC.Browser = FF, then latest geckodriver will be downloaded.

To run selenium grid 4

$ java -jar /baangt/browserDrivers/selenium-server-4.0.0-alpha-5.jar standalone

Check http://localhost:4444/status

Use examples/globals_grid4.json to test

TC.Browser: REMOTE_V4

TC.BrowserAttributes: {'browserName': 'firefox', 'seleniumGridIp': '127.0.0.1', 'seleniumGridPort': '4444'}