I am looking for a way to let Web QA tester to test website with specific version. So, Web QA tester can say things like "this X is broken since version A.B.C".
The current test/release process:
- developer create a feature branch from staging.
- commit to the feature branch.
- developer merge the feature branch to the dev branch.
- CI/CD dev.
- QA test the dev.domain.com.
- QA says no problem.
- developer merge the feature branch to the staging branch.
What I want is:
(5) QA test the dev.domain.com (QA tester can select specific version).
Something like Firebase App Distribution, but for web with server side rendering capability.
Is it possible?
What I've tried:
- Honestly, I have not try anything yet. I still use
domain.com
,staging.domain.com
,dev.domain.com
.
Jason Rich Darmawan
asked Nov 27, 2023 at 3:04
-
1Can you elaborate what your current test/release process looks like and what you would like to achieve with "test a specific version"?Bart van Ingen Schenau– Bart van Ingen Schenau11/27/2023 07:29:32Commented Nov 27, 2023 at 7:29
-
The current test/release process: (1) developer create a feature branch from staging, (2) commit to the feature branch. (3) developer merge the feature branch to the dev branch (4) CI/CD dev (5) QA test the dev.domain.com (6) QA says no problem (7) developer merge the feature branch to the staging branch. What I want is (5) QA test the dev.domain.com (QA tester can select specific version).Jason Rich Darmawan– Jason Rich Darmawan11/27/2023 09:32:51Commented Nov 27, 2023 at 9:32
-
Please edit your question to include this information instead of replying in comments.Greg Burghardt– Greg Burghardt11/27/2023 13:24:02Commented Nov 27, 2023 at 13:24
-
Is your team doing anything right now to associated a version or identifier with each deployment?Greg Burghardt– Greg Burghardt11/27/2023 13:24:52Commented Nov 27, 2023 at 13:24
-
we do have version. but only limited to release.Jason Rich Darmawan– Jason Rich Darmawan11/27/2023 14:03:58Commented Nov 27, 2023 at 14:03