André Angelantoni
André Angelantoni
I've looked at [this issue](https://github.com/Behat/Behat/issues/334) and [this Stack Overflow question](https://stackoverflow.com/questions/21983300/it-is-possible-to-exclude-a-tag-with-behat/21994076) and it appears that these should work: ``` filters: tags: "~@disabled&&~@postponed" ``` ` fin behat features/admin.feature --tags '~@postponed&&~@disabled'` yet neither...
This doesn't appear to be working for me i.e. it runs all the tests rather than just those with the "smoke" tag. `npx cypress run --config-file cypress-local.config.js --env cypress_host="http://www.site.com.docksal.site" --env...
After clearing the composer cache while running: composer 1.2.1 git 2.8.4 macOS 10.12 I executed: `composer create-project acquia/lightning-project:^8.1.0 rh-lightning --no-interaction` And received: ``` ... - Installing drupal/layout_plugin (8.1.0-alpha23) Loading from...
On macOS 14.2, the compile fails with: `error: Build input file cannot be found: '/Users/andreangelantoni/Applications/SVG2Keynote-gui/KeynoteSVGUI/SwiftUIMenuBar.entitlements'. Did you forget to declare this file as an output of a script phase or...
The script does not currently work (many others seeing [the same issue](https://github.com/mherchel/olivero-subtheme/issues/1#issuecomment-824843368)); the workaround is to follow the manual instructions, which do work, or try the sub-theme tool that looks...
### Current behavior In the attached spec I'm registering at my site then attempting to log into https://ethereal.email to check for the registration email. The registration succeeds but logging into...