mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-13 04:51:25 +01:00
Make hurl tests work on GUI page requiring login (#35652)
* Adding hurl tests to Dolibarr * modifying run.sh to get it past commit checks * change the APIHEADER to be read from the environment * spell fix * test to see if build system will accept this file * deleting script method that doesn't work * beginning to make hurl tests accept environment variables for the location * Add GUI login to hurl tests * Fix CI * clean code (#35640) * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * Fix warning * Clean code * PHPStan > Update baseline (#35644) Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com> * NEW Can drag and drop in BOM card * WIP Upload files * WIP Upload files * Adding hurl tests to Dolibarr * using hostnport variable for all remaining tests * Add some asserts and gui login tests * double quotes around shell variables * adding -r to read * expand mass mail gui test with all 6 columns in the table --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: ldestailleur <eldy@destailleur.fr> Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Check status
|
||||
GET http://localhost:8080/api/index.php/setup/modules
|
||||
GET http://{{hostnport}}/api/index.php/setup/modules
|
||||
HTTP 200
|
||||
[Asserts]
|
||||
jsonpath "$" count > 2
|
||||
|
||||
Reference in New Issue
Block a user