This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7fe7c9b286
budibase
/
packages
/
builder
/
cypress.json
6 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: adds cypress to the builder
2020-06-09 13:52:00 +02:00
{
Cypress Tests Running in CI (#524) * cypress test setup * running cypress in CI * fixing tests after first time setup wizard * bb api key * API Key in right place * adding env in cypress.json * env var in setup * lint * API key not working * fill in API key form if present * allow more time for creation * cypress server for debug * video recording, better debugging * Adding debug logs * set node env * cypress env * cancel irrelevant test
2020-08-05 16:18:28 +02:00
"baseUrl"
:
"http://localhost:4001/_builder/"
,
"video"
:
true
,
"projectId"
:
"bmbemn"
}