Questions tagged [tfs]

Team Foundation Server (TFS) is the self-hosted alternative to Azure DevOps, offering Git and version control services, seamless integration, agile project management capabilities such as issues tracking, Kanban boards, Scrum tools, dashboards, and release coordination for smooth deployment to both cloud-based and on-premises environments.

Integrating Selenium with Java for seamless collaboration with Team Foundation Server

Currently, I am utilizing Selenium Automation with Java for my test automation requirements. For reporting purposes, TestNG is the tool I have been using so far. Previously, no integration was established with any tool for reporting, therefore I would man ...

While attempting to install a package from a TFS feed during the build process, an error was encountered stating: "Authentication

We have developed our own npm package and a project that is dependent on it. Rather than installing the package from a physical file, we want to publish it to a TFS feed repository. After publishing the package to the feed from my development machine, I u ...

Are there any specific processes within Visual Studio and TFS that cater to bundling and minifying client libraries during the TFS Build stage?

Seeking to streamline my workflow for managing client libraries obtained through NPM or Bower. Avoiding the inclusion of client libraries in TFS source control. When a different developer fetches the project, their local Visual Studio and NPM/Bower ...

Unlock the npm package on TFS

Encountering an issue with a npm package called tfs-unlock while using grunt. Upon trying to build, the server returns the following error message: [exec] [4mRunning "tfs-unlock:checkout" (tfs-unlock) task[24m [exec] [31m>> [39mChild process exi ...

"Click interference detected" exclusively on TFS platform

Currently, we are in the process of developing a web app with approximately 130 Selenium UI tests. An issue has arisen during testing: when running the tests locally through Visual Studio's test explorer (vstest), I am encountering an error that is new to ...

Is there a way to execute automated selenium tests using TFS build 2015?

My NUnit selenium tests are integrated into Unit test and they work perfectly fine when run locally, but not on the TFS Server. After enabling code coverage, I noticed that "Module unittests.dll" was covering most of the code, while "Seleniumtest.exe" had ...

What is the best way to include the `bin/` folders within the `node_modules/` directory when adding files to T

I currently have a Build server running Team Foundation behind a firewall, and I'm looking to include the node_modules/ directory (which is utilized by both a Browserify client app and Node server app) in my project check-in. This will ensure that all nece ...