python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
DjangoQ fails in bitbucket pipeline
I am creating a scheduled task with DjangoQ and to register it I have this code on my apps.py:
from django.apps import AppConfig
class ShiftsConfig(AppConfig):
name = 'shifts'
def ready(self)...

Kimor
Votes: 0
Answers: 1
How to run E2E test with Cypress if backend and frontend are on different repos?
I have a React frontend and a Node backend, I've made several E2E tests with Cypress for the frontend and run them locally. I love how end to end testing allows me to catch errors in the frontend as w...
Jorche
Votes: 0
Answers: 1
Jest issue. FakeTimers: clearTimeout was invoked to clear a native timer instead of one created by this library
After the update of Node.js from version 14 to version 16, we've got a lot of failed tests on bitbucket CI/CD pipelines. Locally tests pass.
Seems like the problem in timers, cause the first error mes...

Alex Nepsha
Votes: 0
Answers: 2
Skipping cloning again between steps bitbucket pipelines
I have a setup where a monorepo runs some parallel steps and each step currently does a clone. Each steps adds up extra 1 min cloning time to build time as its repetitive and unencessary.
As you can ...

Leap Hawk
Votes: 0
Answers: 1