Browse Source

Standalone makefile for cypress

Vova Tkach 5 years ago
parent
commit
122f4c7df1
2 changed files with 14 additions and 15 deletions
  1. 0 15
      Makefile
  2. 14 0
      support/Makefile

+ 0 - 15
Makefile

@@ -111,18 +111,3 @@ docker-clr:
 
 migrate:
 	./support/migrate.sh
-
-cy-dev:
-	yarn cypress open
-
-cy:
-	yarn cypress run
-
-ab:
-	ab -kc 10 -t 60 http://localhost:8080/
-	ab -kc 10 -t 60 http://localhost:8080/blog/
-	ab -kc 10 -t 60 http://localhost:8080/blog/category/health-and-food/
-	ab -kc 10 -t 60 http://localhost:8080/blog/the-best-juices-for-a-child/
-	ab -kc 10 -t 60 http://localhost:8080/shop/
-	ab -kc 10 -t 60 http://localhost:8080/shop/category/electronics/
-	ab -kc 10 -t 60 http://localhost:8080/shop/samsung-galaxy-s10-128-gb/

+ 14 - 0
support/Makefile

@@ -0,0 +1,14 @@
+cy-dev:
+	yarn cypress open
+
+cy:
+	yarn cypress run
+
+ab:
+	ab -kc 10 -t 60 http://localhost:8080/
+	ab -kc 10 -t 60 http://localhost:8080/blog/
+	ab -kc 10 -t 60 http://localhost:8080/blog/category/health-and-food/
+	ab -kc 10 -t 60 http://localhost:8080/blog/the-best-juices-for-a-child/
+	ab -kc 10 -t 60 http://localhost:8080/shop/
+	ab -kc 10 -t 60 http://localhost:8080/shop/category/electronics/
+	ab -kc 10 -t 60 http://localhost:8080/shop/samsung-galaxy-s10-128-gb/