https://github.com/codesandbox/integration-sandboxes
Integration Tests Sandboxes
https://github.com/codesandbox/integration-sandboxes
Last synced: 9 months ago
JSON representation
Integration Tests Sandboxes
- Host: GitHub
- URL: https://github.com/codesandbox/integration-sandboxes
- Owner: codesandbox
- Created: 2019-07-05T14:19:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T07:55:55.000Z (over 2 years ago)
- Last Synced: 2025-04-24T04:37:04.828Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 3
- Watchers: 3
- Forks: 10
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration Tests Sandboxes
This repository holds all sandboxes that we're currently using for `codesandbox-client` integration tests.
## Motivation
There's a couple of advatages that having all the integration tests sandboxes in this repository offer:
- we completely control them, preventing unexpected deleting or changing of sandboxes that would cause the tests to fail
- the sandboxes work in both production and staging (as opposed to them only working in production before - except the GitHub imported ones)
## Adding a new integration test sandbox
- add the sandbox files in a new folder in the root of this repository
- add the sandbox to the [integration tests](https://github.com/codesandbox/codesandbox-client/blob/master/packages/app/integration-tests/tests/sandboxes.test.js)
- generate the correct sandbox snapshot *(to be documented)*