How to pass database long query in test?
# i-need-help
w
Currently i’m trying to do database testing in cypress, i have established the db connection in cypress. But now i’m facing issue while passing lengthy query in test. Most of the query lines have more than 10 lines. i can’t pass those lengthy queries in test its showing syntax errors. Please give me a solution for this.
c
on which database you working on???