Hacker Newsnew | past | comments | ask | show | jobs | submitlogin



This is the ci jobs that run ci suites, but the GitHub workflow you linked has a ton of stuff commented and also yeah you can run a test suite in CI but if it contains no tests what use is it?


After 'Cypress' run there is 'Docker' run.

And our tests are dockerised so that it could be run locally with minimal setup and on CI too.

Please click on 'Docker' then 'Test MySQL REST APIs' & 'Test GraphQL APIs'.


Ah, I never imagined those logs are not public! We just moved from travis to actions. This is new to us.

Below is the command to run the test for REST APIs

https://github.com/nocodb/nocodb/blob/master/.github/workflo...

git clone https://github.com/nocodb/nocodb

and you can run the same command.


But there are no tests behind this command?


Looks like there are some tests in the nocodb package, but nothing for the gui?


I only see some SQL files in there


Could you please post a link to the actual tests being run? GitHub workflows don't give me access to the test logs for the workflow you linked, and judging by test runtime of 1:30 and following the trail of commands it seems this is just spent downloading docker images to run an empty cypress boilerplate?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: