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

Move testing/e2e files to build-system/tasks/e2e #20410

Merged
merged 3 commits into from Jan 18, 2019

Conversation

estherkim
Copy link
Collaborator

This PR moves the e2e testing support files from testing/e2e to build-system/tasks/e2e so that we can lazy load NPM packages like selenium-webdriver and chromedriver in the future (#20320)

It will also help clean up the testing folder, which will only contain integration testing support. Plan is to move these files to build-system/tasks as well and delete the testing folder altogether.

(In moving these files, I had to fix a lot of eslint errors).

"after": false,
"assert": false,
"describes": true,
"Key": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional future cleanup: Maintain this list in one place.

@rsimha rsimha merged commit d5309c3 into ampproject:master Jan 18, 2019
@estherkim estherkim deleted the lazy-load-e2e-packages branch January 18, 2019 17:10
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
* Move testing/e2e files to build-system/tasks/e2e

* Fix gulp ava errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants