-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the backender wiki!
This JavaScript tool allows you to very SIMPLY create a test back-end setup on the fly for your front end development , there by giving you the ability to
- Setup a back-end json api endpoint
- Set up a dynamic api endpoint
- Setup a reverse proxy
- Setup a static file server
It also enables you to setup a test environment which will enable you to
- Create JavaScript unit tests
- Create automated browser UI tests
- Take screen shots when test fails as well as at any other point
- You can also create steps that are re-usable
I searched and couldn't find a very simple tool that had every thing I wanted in one framework. I wanted to be able to simply run something like
npm install & go
that will give me both testing, browser automation and beck-end api mocking capabilities without any extensive setup and installation etc. The guys at DalekJS http://dalekjs.com/pages/getStarted.html shares in a lot of my frustrations and has created something awesome which I have used in this tool as well. But I still wanted more.
What this is , is adding a bit of more functionality to what they have made, so that i have one stop shop for my automated UI testing needs
Regards
Sam.
Next >> https://github.com/getbackender/backender/wiki/Getting-Started