I hereby claim:
- I am johannessteu on github.
- I am johannessteu (https://keybase.io/johannessteu) on keybase.
- I have a public key ASCOKZcRzxv-V0pTXRqyoVVoFTrdVSBmZ_1aZku7wjOqDgo
To claim this, I am signing this object:
image: | |
name: registry.yeebase.com/endlaserstack/endlasercache | |
tag: stage | |
pullPolicy: Always | |
service: | |
frontend: | |
type: ClusterIP | |
name: proxy | |
internalPort: 80 |
I hereby claim:
To claim this, I am signing this object:
To upgrade the behat version we need to upgrade:
This change is breaking as behat changed the way how context are used. We now have a FlowContextTrait instead of subcontexts. etc.
Theses are all related PR's:
#!/bin/bash -eo pipefail | |
cd /home/circleci/app/Packages/Application/Neos.Neos.Ui && make test-e2e-saucelabs | |
yarn run testcafe "saucelabs:safari,saucelabs:chrome" Tests/IntegrationTests/* \ | |
--selector-timeout=1000 --assertion-timeout=30000 | |
yarn run v1.13.0 | |
$ /home/circleci/app/Packages/Application/Neos.Neos.Ui/node_modules/.bin/testcafe saucelabs:safari,saucelabs:chrome Tests/IntegrationTests/contentModule.js Tests/IntegrationTests/pageModel.js --selector-timeout=1000 --assertion-timeout=30000 | |
Running tests in: | |
- Safari 12.0.0 / Mac OS X 10.14.0 | |
(https://app.saucelabs.com/tests/0a1d4bed53f44bff93906eaf88a3dedf) | |
- Chrome 71.0.3578 / Windows 7.0.0 |
<?php | |
class JwtApiTokenProvider extends AbstractProvider | |
{ | |
/** | |
* @Flow\Inject | |
* @var PolicyService | |
*/ | |
protected $policyService; |
13:58:42 ➜ Sites git clone [email protected]:neos/flow-base-distribution.git -b 6.1 test && cd test && composer update | |
Klone nach 'test' ... | |
remote: Enumerating objects: 6, done. | |
remote: Counting objects: 100% (6/6), done. | |
remote: Compressing objects: 100% (6/6), done. | |
remote: Total 7799 (delta 3), reused 3 (delta 0), pack-reused 7793 | |
Empfange Objekte: 100% (7799/7799), 3.60 MiB | 4.72 MiB/s, Fertig. | |
Löse Unterschiede auf: 100% (4151/4151), Fertig. | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) |