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

Angular v6 - CLI - Wiki - CI Stories - wrong commands #11379

Closed
scycer opened this issue Jun 27, 2018 · 3 comments · Fixed by #11445
Closed

Angular v6 - CLI - Wiki - CI Stories - wrong commands #11379

scycer opened this issue Jun 27, 2018 · 3 comments · Fixed by #11445
Labels
area: docs Related to the documentation help wanted

Comments

@scycer
Copy link

scycer commented Jun 27, 2018

Bug Report or Feature Request (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request

Area

- [x] Wiki

Repro steps

This wiki is out of date: https://github.com/angular/angular-cli/wiki/stories-continuous-integration

Now you can run the following commands to use the --no-sandbox flag:

ng test --single-run --no-progress --browser=ChromeNoSandbox <---THIS LINE
ng e2e --no-progress --config=protractor-ci.conf.js

Desired functionality

I think the command should be as follows:

Now you can run the following commands to use the --no-sandbox flag:

ng test --watch=false --no-progress --browsers=ChromeNoSandbox <---THIS LINE
ng e2e --no-progress --config=protractor-ci.conf.js
@Brocco Brocco added help wanted area: docs Related to the documentation labels Jun 27, 2018
@itamark
Copy link

itamark commented Jul 1, 2018

This is valid.
Tried to run the original command and got:
Unknown option: '--singleRun'

@alan-agius4
Copy link
Collaborator

alan-agius4 commented Jul 4, 2018

the correct command in this case would be npm run test -- --no-watch

clydin pushed a commit that referenced this issue Jul 6, 2018
clydin pushed a commit that referenced this issue Jul 9, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: docs Related to the documentation help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants