You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 line
579 B

  1. {
  2. "meta": {
  3. "options": {
  4. "linkedFile": "/views/login.ejs",
  5. "linkedForm": "login1"
  6. },
  7. "$_POST": [
  8. {
  9. "type": "text",
  10. "fieldName": "email",
  11. "name": "email"
  12. },
  13. {
  14. "type": "text",
  15. "fieldName": "password",
  16. "name": "password"
  17. }
  18. ]
  19. },
  20. "exec": {
  21. "steps": {
  22. "name": "api",
  23. "module": "api",
  24. "action": "send",
  25. "options": {
  26. "url": "{{$_ENV.API_BASEURL+'/login'+$_POST.email+$_POST.password.sha1('@ng31F@rm')}}"
  27. },
  28. "output": true
  29. }
  30. }
  31. }