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 c029bd2bafe214d91c08c78c32df2763e8f9df53..0000000000000000000000000000000000000000 --- 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