DevExpress / testcafe-action

TestCafe test runner for GitHub Actions
https://testcafe.io
MIT License
36 stars 16 forks source link

Action is deprecated? #35

Open Asuza opened 1 year ago

Asuza commented 1 year ago

Hello!

Since this action is now deprecated, do you have a recommended way to run TestCafe in GitHub Actions? How do we migrate from this action?

If there is no other solution, I may be interested in helping to keep this thing functioning.

Thanks.

AlexKamaev commented 1 year ago

You can use TestCafe from your project by installing it via the package.json file. Instead of using the action, you can just use npx testcafe command in your workflow file.

I may be interested in helping to keep this thing functioning.

We'll discuss this with the team and update the thread once we have any news,

aleks-pro commented 1 year ago

Hello @Asuza ,

Please create your own fork of the DevExpress/testcafe-action repository and publish a new action in GitHub Marketplace. Please note that you will need to update or remove GitHub workflows from the repo.

Let as know when it's ready. We will review the repository and the action in the GitHub Marketplace, and if everything is correct, we will add a link to them to the testcafe-action repo readme file.