zerego·6年前·讨论What you're looking for is called model based testing.There is also property based testing which generates random data for the tests.You can read more about this in the official documentation of this npm package https://www.npmjs.com/package/fast-checkI know there are plugins for cypress and most likely to other tools to be able to setup model based tests.
zerego·9年前·讨论On the website I just see the fullstack option. Can you say a salary range or equity ? Thanks
zerego·11年前·讨论Not working for me.- Uncaught InvalidStateError: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.- WebSocket connection to 'ws://spacetime.tv:9090/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
There is also property based testing which generates random data for the tests.
You can read more about this in the official documentation of this npm package https://www.npmjs.com/package/fast-check
I know there are plugins for cypress and most likely to other tools to be able to setup model based tests.