Setup CircleCI to obtain lighthouse report. This can be done by these steps: (1) Run `yarn build` to generate a built bundle (2) Start a temporary web server. (3) Run lighthouse CLI to obtain...
The puzzle 1-5d825f1e from #1 has to be resolved:
https://github.com/codeforthailand/election-live/blob/07762ca9a76792d7a6a37b927c0ac6c676f7dc34/.circleci/config.yml#L44-L49
The puzzle was created by Thai Pangsakulyanont on 19-Mar-19.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
Do you have a staging environment for the project? Best scenario would be we run lighthouse using staging server URL after staging was deployed by CI.
Otherwise, we can run it using ci's local server (This still not guarantee about server environment).
@z3niths Unfortunately, we don’t have it krub...