Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get e2e testing of comment translation working #8

Open
patcon opened this issue Jan 4, 2022 · 0 comments
Open

Get e2e testing of comment translation working #8

patcon opened this issue Jan 4, 2022 · 0 comments

Comments

@patcon
Copy link
Member

patcon commented Jan 4, 2022

Needs credentials for Google Translate API in repo's secrets.

- name: "Run Cypress tests: comment translation"
if: env.DO_COMMENT_TRANSLATION
uses: cypress-io/github-action@v2
env:
CYPRESS_BASE_URL: https://localhost
with:
install: false
working-directory: ./e2e
spec: "**/comment-translation.secrets.spec.js"
# Prevent cypress from discarding screenshots/videos from default test run.
config: "trashAssetsBeforeRuns=false"
browser: chrome

@patcon patcon changed the title Get testing of comment translation working Get e2e testing of comment translation working Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant