Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build name #16

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added _ in buildname
  • Loading branch information
Rishiraj Saxena authored and Rishiraj Saxena committed Aug 3, 2023
commit 566a440555b6be6a88f321111abedf9caa3bea4d
2 changes: 1 addition & 1 deletion conf/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports.config = {
name: "TestCase Insights test",
// build: "Test Case Insights ATX n=1, 3 testcases try5",
// build: "Test Case Insights ATX n=2, 6 testcases try11",
build: `TestCase_Insights_build ${timestamp}`,
build: `TestCase_Insights_build_${timestamp}`,
// build: "Test Case Insights ATX n=20, 60 testcases try2",
visual: true,
tags: ["ATX-testCaseInsights"],
Expand Down