From f96266db390370c7f21bec03202cbbb344975614 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 21 May 2019 11:32:07 +0200 Subject: [PATCH] Updated Release Qualification (markdown) --- Release-Qualification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Qualification.md b/Release-Qualification.md index 32e0a95..4519518 100644 --- a/Release-Qualification.md +++ b/Release-Qualification.md @@ -18,8 +18,8 @@ Things to test before a release, not currently covered by our integration tests: - [ ] dev - [ ] prod - [ ] UI integration - - [ ] Hot-reloading `cd client && npm i && npm start` and open http://localhost:4042 - - [ ] UI under prefix path `cd client && npm run build && npm start-production` and open http://localhost:4043/scoped/ + - [ ] Hot-reloading `cd client && yarn install && yarn start` and open http://localhost:4042 + - [ ] UI under prefix path `cd client && yarn build && yarn start-production` and open http://localhost:4043/scoped/ - [ ] URL parameters: Run previous release and click around, keep UI open, start new release, reload page - [ ] UI features (To test: clone [microservices demo](https://github.com/microservices-demo/microservices-demo) and run `cd deploy/docker-compose && docker-compose up`)