We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c6045 commit d37ab7aCopy full SHA for d37ab7a
1 file changed
tests/internal/e2e/test/wdio.conf.ts
@@ -603,7 +603,9 @@ TEST.END`;
603
await executeCommand(setEnviro);
604
await executeCommand(runTest);
605
606
- if (toolVersion == 25) {
+ if (toolVersion == 26) {
607
+ process.env.VECTORCAST_DIR = path.join(vcastRoot, "2026sp1");
608
+ } else if (toolVersion == 25) {
609
process.env.VECTORCAST_DIR = path.join(vcastRoot, "2025sp1");
610
} else {
611
process.env.VECTORCAST_DIR = path.join(vcastRoot, "2024sp4");
0 commit comments