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
updated browser to 116 and resolved location for test spec
  • Loading branch information
rishirajs123 committed Oct 3, 2023
commit 354688b6e5c0847e2d1330340cfcde4dd0b31f56
4 changes: 2 additions & 2 deletions conf/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ exports.config = {
user: process.env.LT_USERNAME,
key: process.env.LT_ACCESS_KEY,
buildName: process.env.LT_BUILD_NAME,
specs: ["./tests/specs/ATXtest.js"],
specs: ["../tests/specs/ATXtest.js"],
exclude: [],

capabilities: [
{
"LT:Options": {
browserName: browser,
version: 114,
version: 116,
name: "TestCase Insights test",
// build: "Test Case Insights ATX n=1, 3 testcases try5",
// build: "Test Case Insights ATX n=2, 6 testcases try11",
Expand Down