1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2026-05-02 23:25:50 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Girish Ramakrishnan 231a7485a4 test: simplify clearCache, drop logout helpers, simplify button selectors
- Drop `await clearCache()` from login/auth helpers; clearing cache before
  every login is no longer necessary now that charlie isolates sessions.
- Replace `logout` helpers with `clearCache` directly in `it()` calls; the
  helpers were either thin wrappers around `clearCache()` or did real
  navigation that is no longer worth the maintenance.
- Simplify `xpath=//button[text()=...]` / `[contains(., ...)]` button text
  selectors to charlie's bare-string (or RegExp for OR-clauses) form.
2026-05-01 10:40:49 +02:00
Girish Ramakrishnan b3fce86d02 test: pass full Mocha test to takeScreenshot for unique screenshot names 2026-04-29 17:11:05 +02:00
Girish Ramakrishnan 5517962ee8 test: port to charlie
Made-with: Cursor
2026-04-24 20:44:33 +02:00
Girish Ramakrishnan a2a90e130b test: remove chromedriver dependency
Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.

Made-with: Cursor
2026-04-15 17:18:56 +02:00
Girish Ramakrishnan 5fd9ba74ba test: use @cloudron scoped safetydance and superagent
Made-with: Cursor
2026-04-15 16:39:12 +02:00
Girish Ramakrishnan b1f79dfa1e test: convert test to ESM
Replace CommonJS require() with ESM imports, add "type": "module"
to test/package.json, remove 'use strict' and jshint directives,
replace __dirname with import.meta.dirname.

Made-with: Cursor
2026-04-15 16:16:58 +02:00
Girish Ramakrishnan 3d5d79ba0b Replace expect.js with node:assert/strict
expect.js is unmaintained and unnecessary — Node's built-in assert
module covers all our assertion patterns. This also removes expect.js
from package.json dependencies.

Made-with: Cursor
2026-04-15 15:38:00 +02:00
Vladimir D 6744a8d9fc tests updated 2025-09-08 17:25:06 +04:00
Girish Ramakrishnan fd3dee438d comment out update tests
won't work since old version has dropdown selector
2025-06-02 19:17:46 +02:00
Girish Ramakrishnan b6fce9a3a7 every refresh wants license acceptance 2025-06-02 18:45:21 +02:00
Girish Ramakrishnan 1a8f99b140 attempt to fix tests 2025-06-02 17:58:24 +02:00
Vladimir D c021c66390 create bucket test updated 2025-04-23 15:37:51 +04:00
Vladimir D 3d77021618 CLOUDRON_OIDC_PROVIDER_NAME implemented
checklist added
tests updated
2024-12-19 15:43:06 +04:00
Girish Ramakrishnan bcde4b30d6 add ci files 2024-10-03 18:23:28 +02:00
Girish Ramakrishnan febd561bfb Update minio to 2024-03-07T00-43-48Z 2024-03-07 09:19:29 +01:00
Girish Ramakrishnan 0c32be8139 Update tests 2024-03-04 11:33:45 +01:00
Girish Ramakrishnan 623b291e62 Fixup tests 2024-02-20 13:26:29 +01:00
Girish Ramakrishnan 316047b1d3 minio does not show the password login by default when OIDC is setup
we generate a dynamic password because users might forget to change the admin password (with the oidc login being so click friendly)
2024-02-20 12:19:30 +01:00
Vladimir D 569e830514 optionalSso flag added, tests updated 2024-02-19 18:31:04 +04:00
Vladimir D 7417ce44e5 OIDC auth implemented, tests updated 2024-02-19 17:13:57 +04:00
Girish Ramakrishnan 2bbf11f795 Fix test 2023-06-16 17:25:23 +05:30
Girish Ramakrishnan ed8e041180 Update tests 2023-06-03 10:26:21 +02:00
Girish Ramakrishnan 661c07147e Version 3.4.2 2023-01-12 10:53:26 +01:00
Girish Ramakrishnan 9ee3f02a10 Version 3.4.0 2023-01-03 18:08:49 +01:00
Girish Ramakrishnan 00b781abe3 Fix test 2022-11-11 10:51:12 +01:00
Girish Ramakrishnan 7de060613a Fixup tests 2022-09-20 18:57:27 +02:00
Girish Ramakrishnan 542b8a4412 add delays everywhere
doing things fast in the ui breaks now
2022-06-06 21:25:18 -07:00
Girish Ramakrishnan 4b3b4b9d4d Update minio to 2022-06-07T00-33-41Z 2022-06-06 20:57:01 -07:00
Girish Ramakrishnan 76e75b2421 Version 2.4.11 2022-04-25 22:46:17 -07:00
Girish Ramakrishnan c0a34431df Fix tests for UI changes 2022-01-30 10:19:09 -08:00
Girish Ramakrishnan 0b59adbb35 Update screenshots 2022-01-21 17:21:00 -08:00
Girish Ramakrishnan 76ba09cd4b check redirection and api request 2022-01-21 14:38:56 -08:00
Girish Ramakrishnan 9820e5bf90 make update possible without the API_DOMAIN 2022-01-21 14:18:25 -08:00
Girish Ramakrishnan 7d38995613 fix tests 2022-01-21 14:08:52 -08:00
Elias Hackradt e38d1020ac Updated tests to the new UI and redo the old tests with async AND disable LDAP support for now 2021-07-16 15:33:27 +02:00
Johannes Zellner c0933ab67f Update test deps and remove obsolete ones 2020-10-11 15:26:50 +02:00
Girish Ramakrishnan 440834cf09 Version 1.138.0 2020-09-22 09:56:30 -07:00
Girish Ramakrishnan 989e9102d4 Version 1.121.0 2020-07-21 13:09:20 -07:00
Girish Ramakrishnan 00093d376c Update the restore tesst 2020-07-21 12:58:17 -07:00
Girish Ramakrishnan 7f8ae63c00 Fix tests 2020-01-16 16:05:59 -08:00
Girish Ramakrishnan 7a3c6f9efd Fix tests 2020-01-16 15:48:29 -08:00
Girish Ramakrishnan 6dd64a829c Fixup tests 2019-12-20 12:03:35 -08:00
Girish Ramakrishnan 371db41bac Version 1.77.0 2019-09-01 08:45:49 -07:00
Girish Ramakrishnan 0e8e1525d0 Fix tests 2019-08-20 10:16:14 -07:00
Girish Ramakrishnan 2b96c15d8c Fix test 2019-05-28 10:48:15 -07:00
Girish Ramakrishnan 134095ee7c fix test 2018-04-02 11:51:07 -07:00
Girish Ramakrishnan 28840130a7 add missing require 2018-03-20 09:23:55 -07:00
Girish Ramakrishnan c7349e14a2 submit the form for now 2018-02-10 16:56:03 -08:00
Girish Ramakrishnan a2f6725f98 add restart and update tests 2017-09-20 14:30:46 -07:00
Dennis Schwerdel e4e84d7a26 Updated tests 2017-06-14 22:45:46 +02:00