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

Add E2E for Angular #481

Merged
merged 3 commits into from
Dec 13, 2019
Merged

Add E2E for Angular #481

merged 3 commits into from
Dec 13, 2019

Conversation

Embraser01
Copy link
Member

@Embraser01 Embraser01 commented Sep 23, 2019

What's the problem this PR addresses?

Added an E2E test for Angular (#266).
Angular CLI is not fully supported for now, here is the list of all the commands working or not:

  • ng add ==> Postinstall tasks fails (probably due to schematics)
  • ng analytics
  • ng build
  • ng config
  • ng deploy ==> TBD
  • ng doc
  • ng e2e: Fails to download webdrivers (due to READONLY fs)
  • ng generate ==> Schematics error
  • ng help
  • ng lint
  • ng new
  • ng run ==> TBD
  • ng serve
  • ng test ==> Need more unplugged module
  • ng update ==> Error Package '...' is not a dependency
  • ng version
  • ng xi18n ==> TBD

How did you fix it?

@Embraser01 Embraser01 added the in progress Features claimed by a contributor label Sep 23, 2019
@Embraser01 Embraser01 force-pushed the e2e-angular branch 3 times, most recently from acc4591 to 9e9b03b Compare September 23, 2019 08:13
@@ -27,6 +27,9 @@ export default class YarnCommand extends BaseCommand {
@Command.String(`--cache-folder`)
cacheFolder?: string;

@Command.Boolean(`--silent`)
silent?: boolean = false;
Copy link
Member Author

Choose a reason for hiding this comment

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

Angular cli use the --silent option on yarn install... I added this only to bypass the problem, what should we do?

@Embraser01 Embraser01 force-pushed the e2e-angular branch 3 times, most recently from d43cf8a to 744ab72 Compare November 25, 2019 17:16
@Embraser01 Embraser01 marked this pull request as ready for review November 25, 2019 17:17
@Embraser01 Embraser01 removed the in progress Features claimed by a contributor label Nov 25, 2019
@arcanis
Copy link
Member

arcanis commented Dec 13, 2019

I'll go ahead and merge this PR 😃 It would be really nice if we could figure out how to make things work without PnPify though ... maybe the first step would be to identify where is the TypeScript host instantiated? 🤔

@arcanis arcanis merged commit 8afe3eb into master Dec 13, 2019
@arcanis arcanis deleted the e2e-angular branch December 13, 2019 12:35
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

Successfully merging this pull request may close these issues.

2 participants