# Reliable state in Cypress tests using Turso's libSQL driver

DevFeed: [Reliable state in Cypress tests using Turso's libSQL driver](<https://devfeed.tech/articles/reliable-state-in-cypress-tests-using-turso-s-libsql-driver-6025.md>)

Original publisher: [Read original article](<https://turso.tech/blog/reliable-state-in-cypress-tests-using-tursos-libsql-driver-6bdfc010a5f2>)

Author: James Sinkala

Published: 2023-07-06T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Cypress](<https://devfeed.tech/topics/cypress.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [cypress](<https://devfeed.tech/tags/cypress.md>), [databases](<https://devfeed.tech/tags/databases.md>), [e2e-testing](<https://devfeed.tech/tags/e2e-testing.md>), [integration](<https://devfeed.tech/tags/integration.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

A developer article explains how Turso and its libSQL SDK can provide reliable state for end-to-end tests with Cypress. It describes Turso Cloud database access and synchronization across devices and servers, with offline support, while noting that the post covers an older version of Turso and that legacy libSQL SDKs have since been replaced.

## Source excerpt

While performing e2e tests can be a pain, here's how Turso and it's libSQL SDK can still offer reliable state when performing e2e tests with Cypress.