From e6dbbe674af7180e8275bc5dd03ca8ec01b1814c Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 10 Jun 2021 23:58:21 +0200 Subject: [PATCH] Moved taiko tests to final location --- test/taiko/{ptf-demo => }/.eslintrc.yml | 0 test/taiko/ptf-demo/README.md | 20 ------------------- .../{ptf-demo/ptf-demo.js => taiko-tests.js} | 0 3 files changed, 20 deletions(-) rename test/taiko/{ptf-demo => }/.eslintrc.yml (100%) delete mode 100644 test/taiko/ptf-demo/README.md rename test/taiko/{ptf-demo/ptf-demo.js => taiko-tests.js} (100%) diff --git a/test/taiko/ptf-demo/.eslintrc.yml b/test/taiko/.eslintrc.yml similarity index 100% rename from test/taiko/ptf-demo/.eslintrc.yml rename to test/taiko/.eslintrc.yml diff --git a/test/taiko/ptf-demo/README.md b/test/taiko/ptf-demo/README.md deleted file mode 100644 index c029bd2ba..000000000 --- a/test/taiko/ptf-demo/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Prototypefund demo with taiko - -## Setup: - - npm install -g taiko-screencast taiko - sudo apt install ffmpeg - - export DOMAIN='oas.example.org' - export SSO_USERNAME='taiko-tmp' - export SSO_USER_PW='...' - -## Usage - - taiko --observe ptf-demo.js - -### Record screencast GIF - - taiko ptf-demo.js --plugin screencast - -* Issues: Screencast break with [MaxListenersExceededWarning](https://github.com/getgauge-contrib/taiko-screencast/issues/19) diff --git a/test/taiko/ptf-demo/ptf-demo.js b/test/taiko/taiko-tests.js similarity index 100% rename from test/taiko/ptf-demo/ptf-demo.js rename to test/taiko/taiko-tests.js -- GitLab