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

e2e test with protractor support nx 6 #38

Closed
darwinyo-enterprise opened this issue May 16, 2018 · 1 comment
Closed

e2e test with protractor support nx 6 #38

darwinyo-enterprise opened this issue May 16, 2018 · 1 comment

Comments

@darwinyo-enterprise
Copy link

i found breaking change on /utils/cli-config-utils
const { getAppDirectoryUsingCliConfig } = require('@nrwl/schematics/src/utils/cli-config-utils');
there's no getAppDirectoryUsingCliConfig
im only found this function

function getWorkspacePath(host) {
    var possibleFiles = ['/angular.json', '/.angular.json'];
    return possibleFiles.filter(function (path) { return host.exists(path); })[0];
}

how to configure my protractor conf with this?
thanks

@darwinyo-enterprise
Copy link
Author

wrong post
closing this

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