User tests: Successful: Unsuccessful:
I would appreciate it if the cypress.config.js
could be customised. Since a database password might be inserted, it would be great if this file is not always included in the changed files in git, in case someone wants to create a PR.
Category | ⇒ | Repository JavaScript |
Status | New | ⇒ | Pending |
@astridx usually there's a
dist
file like https://github.com/joomla/joomla-cms/blob/4.3-dev/tests/Codeception/acceptance.suite.dist.yml but also this could work with couple of changes in the drone.yml
Yes, that's exactly why I renamed the cypress config here to a file that contains the text dist
. Or am I understanding you wrong?
Category | Repository JavaScript | ⇒ | Unit Tests Repository JavaScript |
Labels |
Added:
PR-4.3-dev
|
Labels |
Added:
?
|
Can you fix the conflicts here?
Can you fix the conflicts here?
Fixed
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-02 10:32:04 |
Closed_By | ⇒ | laoneo |
Thanks!
btw. you can use environment variables to override the config options
@astridx usually there's a
dist
file like https://github.com/joomla/joomla-cms/blob/4.3-dev/tests/Codeception/acceptance.suite.dist.yml but also this could work with couple of changes in the drone.yml