Skip to main content

Questions tagged [continuous-integration]

Continuous Integration, aka CI refers to the development practice of integrating work from team members frequently, but is also sometimes used as shorthand for the automated build systems that support that practice.

0 votes
1 answer
61 views

Cannot see Jmter in Influxdb measurement

I was trying to interact jmeter and influx db but getting as ERROR o.a.j.v.b.i.HttpMetricsSender: Error writing metrics to influxDB Url: http://localhost:8086/api/v2/write?org=ITM&bucket=JMter, ...
Bhaskara Reddy Dwarampudi's user avatar
0 votes
1 answer
30 views

As part of JMeter WEB DRIVER(Selenium Scripts) Integration With Azure Pipeline but Application is not running at Azure Pipeline

Pushed the JMeter Selenium Scripts into Azure GIT Repository, created the pipeline and run the pipeline. Agents added are: JMeter, Command Line, Publish pipeline artifact and publish and download ...
Bhaskara Reddy Dwarampudi's user avatar
3 votes
1 answer
422 views

Contract testing with separate frontend and backend repos

We are using a code pipeline for our CI-CD. Front-end and back-end are separate repositories. We run cypress end-to-end tests on the deployment of both frontend and backend. The code gets merged from ...
systemdebt's user avatar
1 vote
1 answer
38 views

How is compatibility of business logic tested in microservices?

Each microservice is tested and deployed independently from other microservices. To guarantee the compatibility of API the Consumer-Driven Contracts approach is used. But how is the compatibility of ...
Daniel's user avatar
  • 149
0 votes
1 answer
73 views

Sorting out automated testing in CI pipeline and getting conflicting information related to building, unit testing and Docker images

I seem to get a unique response for every person that I ask, or every article that I read, which is just confusing me even more. Basically, I'm trying to setup automated testing in the CI pipeline ...
cheslijones's user avatar
0 votes
1 answer
61 views

Where do we create end-to-end tests for a new feature?

Let's suppose a developer begins working on a new feature. They create a new branch. The team also has a CI server where they build and test new features. While the developer is writing code, QA-...
Daniel's user avatar
  • 149
4 votes
2 answers
2k views

End to end application tests when separate repo for the front-end and back-end tests

We have separate repos for the backend and the front end. The backend which is just microservices has its unit tests(jest), microservice integration tests(jest), and microservice end-to-end tests(jest)...
systemdebt's user avatar
1 vote
0 answers
93 views

What are some good practices to reduce test redundancy across environments in deployment pipeline?

Background: In an agile team, working on complex front end application relying on heavy backend (implementing complex business logic) where new features are being released in a pipeline which goes ...
Vishal Aggarwal's user avatar
0 votes
0 answers
165 views

What is your setup for running nightly automated web driver tests

There seem to be three predominant setups for running automated tests. The company invested in a selenium grid that is always available and the nightly tests run against them. The CI will build a ...
rails4sandeep's user avatar
-1 votes
2 answers
82 views

Efficient way to setup Jenkins for Automation Project

I have configured Jenkins server on windows computer. The systems has below configurations: OS : Windows 10 Processor : intel i3 processor RAM : 16GB 500GB hard disk The problem is recently the ...
NarendraR's user avatar
  • 1,573
2 votes
2 answers
969 views

where to put cypress tests?

I am new to Cypress and trying to find the best practices for where to store our tests. I see there seems to be plenty of resources for how to organize folders to setup fixtures, tests, plugins, etc. ...
JD D's user avatar
  • 121
5 votes
3 answers
697 views

Automated tests in CI: same or different repo as SUT?

I'm currently writing API and UI automated tests for a website. My goal is to plug these tests in the CI workflow (Jenkins is used in this organization). The workflow would be: if there's a new commit ...
Y-B Cause's user avatar
  • 197
-3 votes
1 answer
2k views

Running Jmeter tests in Teamcity CI/CD as automation tests

I want to add Jmeter tests as build steps in TeamCity CI Deployment server. If tests fail, build will not complete. Please advise in details. I am currently using Jmeter for testing a Rest API ...
QA-Tester's user avatar
0 votes
0 answers
109 views

Triggering ALM test sets (UFT tests) in Jenkins Unix slave

We have a Jenkins Unix slave through which builds are scheduled in different testing environments. Objective: To schedule a job in Jenkins unix slave to trigger 2 ALM test sets (containing 30 UFT test ...
UFT's user avatar
  • 13
1 vote
0 answers
45 views

Integrating Firebase deployment and github repo with selenium tests

I have been writing UI tests with Selenium for my friend's web app that's hosted on Google's Firebase. I was wondering if there's any way to integrate my existing test repository (maven project on ...
oompaloompa's user avatar

15 30 50 per page
1
2 3 4 5
7