From 6715a82c3bb573971a6e5063caeb3922f33ddbd5 Mon Sep 17 00:00:00 2001 From: chinmaylambdatest <103100052+chinmaylambdatest@users.noreply.github.com> Date: Sat, 23 Apr 2022 23:25:27 +0530 Subject: [PATCH 1/5] Create example --- images/example | 1 + 1 file changed, 1 insertion(+) create mode 100644 images/example diff --git a/images/example b/images/example new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/images/example @@ -0,0 +1 @@ + From 31220e01f4679218a98796dba50a4439c6ffec82 Mon Sep 17 00:00:00 2001 From: chinmaylambdatest <103100052+chinmaylambdatest@users.noreply.github.com> Date: Sat, 23 Apr 2022 23:25:46 +0530 Subject: [PATCH 2/5] SVG file added --- images/Gitpod.svg | 18 ++++++++++++++++++ images/Try it Now.svg | 14 ++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 images/Gitpod.svg create mode 100644 images/Try it Now.svg diff --git a/images/Gitpod.svg b/images/Gitpod.svg new file mode 100644 index 0000000..534a815 --- /dev/null +++ b/images/Gitpod.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/images/Try it Now.svg b/images/Try it Now.svg new file mode 100644 index 0000000..492ad34 --- /dev/null +++ b/images/Try it Now.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + From 20d1710850bde95c478bba6df20643e5c6d39e12 Mon Sep 17 00:00:00 2001 From: chinmaylambdatest <103100052+chinmaylambdatest@users.noreply.github.com> Date: Sat, 23 Apr 2022 23:25:58 +0530 Subject: [PATCH 3/5] Delete example --- images/example | 1 - 1 file changed, 1 deletion(-) delete mode 100644 images/example diff --git a/images/example b/images/example deleted file mode 100644 index 8b13789..0000000 --- a/images/example +++ /dev/null @@ -1 +0,0 @@ - From 481cf2ca7c7b688b6b506760b7931cf0b3be792d Mon Sep 17 00:00:00 2001 From: chinmaylambdatest <103100052+chinmaylambdatest@users.noreply.github.com> Date: Sat, 23 Apr 2022 23:26:56 +0530 Subject: [PATCH 4/5] Added Gitpod file --- .gitpod.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..d33fc06 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,16 @@ +# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ +ports: + - port: 3000 + onOpen: open-preview + +# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/ +tasks: + - name: Get Core & Configure + before: | + wget https://downloads.lambdatest.com/hyperexecute/linux/hyperexecute + chmod u+x hyperexecute + + init: | + echo "Performing test" + ./hyperexecute --user=$LT_USERNAME --key=$LT_ACCESS_KEY --config yaml/win/pytest_hyperexecute_autosplit_sample.yaml --download-artifacts --force-clean-artifacts + echo "Test completion" From 96054717d75551268bb2c8a6191040cb07d90792 Mon Sep 17 00:00:00 2001 From: chinmaylambdatest <103100052+chinmaylambdatest@users.noreply.github.com> Date: Sat, 23 Apr 2022 23:28:41 +0530 Subject: [PATCH 5/5] Udpated Readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c3bcfa9..32fc4f1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,21 @@ The overall experience helps teams test code and fix issues at a much faster pac To know more about how HyperExecute does intelligent Test Orchestration, do check out [HyperExecute Getting Started Guide](https://www.lambdatest.com/support/docs/getting-started-with-hyperexecute/) +[Try it now](https://hyperexecute.lambdatest.com/?utm_source=github&utm_medium=repository&utm_content=python&utm_term=pytest) + +[Run in Gitpod](https://hyperexecute.lambdatest.com/?type=gitpod&framework=PyTest) + +Follow the below steps to run Gitpod button: + +1. Click '**Open in Gitpod**' button (You will be redirected to Login/Signup page). +2. Login with Lambdatest credentials and it will be redirected to Gitpod editor in new tab and current tab will show hyperexecute dashboard. + + + # How to run Selenium automation tests on HyperExecute (using PyTest framework) * [Pre-requisites](#pre-requisites)