Test Interface Actions
Which Actions to implement?
# Use your config/dev.json config file
export NODE_ENV=dev
# Run Test Data Generator
npm run test-data-generatorTest Interface Action Implementation Guidelines
1. Switch Statement
2. Test Interface Actions must use same code pathways as real-life counterparts
Last updated