test: replace Slack with DeepL

This commit is contained in:
Ali BARIN
2022-11-08 21:58:02 +01:00
parent bdb7a1b840
commit 0a4877993d
4 changed files with 35 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ module.exports = defineConfig({
env: {
login_email: 'user@automatisch.io',
login_password: 'sample',
slack_user_token: TO_BE_PROVIDED,
deepl_auth_key: TO_BE_PROVIDED,
},
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
viewportWidth: 1280,