make a url accessible from one job to another on circleci
I have two jobs, ‘build’ and ‘test’. ‘build’ job builds and runs the docker image. I’m able to access the
Continue readingDocker questions and answers
I have two jobs, ‘build’ and ‘test’. ‘build’ job builds and runs the docker image. I’m able to access the
Continue readingI am trying to build a docker image that lifts the angular application with nginx and in turn runs the
Continue readingI have a Testcafe script (script.js). I want to run this on a Chrome browser, but in the headless mode.
Continue readingI created test cases using the Testcafe tool and performing test automation using a selenium grid. For production, we are
Continue readingSetup: Specific runner (Gitlab runner configured on EC2) TestCafe job using docker image: e2e: image: name: testcafe/testcafe entrypoint: [‘/bin/sh’, ‘-c’]
Continue readingI’m new into TestCafe and I’m trying to write a dockerfile using testcafe image. In testcafe documentation, they say I
Continue readingI have created a simple js framework with testcafe root -POM directory –>login class -Test directory –>login test which imports
Continue readingI have an issue using resizeWindow from Testcafe inside a docker container while testing an electron app with gitlab. Note:
Continue readingI don’t want to install chrome to run testcafe and want to use a chrome docker image. Step1: docker run
Continue readingI have a test framework running on my local (& git) that is based on TestCafe-Cucumber (Node.js) example: https://github.com/rquellh/testcafe-cucumber &
Continue reading