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

Acceptance / Cucumberjs Tests? #18

Open
JimLynchCodes opened this issue Jul 11, 2016 · 1 comment
Open

Acceptance / Cucumberjs Tests? #18

JimLynchCodes opened this issue Jul 11, 2016 · 1 comment

Comments

@JimLynchCodes
Copy link

Hi. First let me say, WOW. This is an awesome guide that gives clear examples for pretty much all things you could do in unit testing for AngularJS.

At my current job we are also using what we call "acceptance tests". These use protractor, but in the protractor.conf file for framework we choose 'protractor-cucumber-framework'. They are executed through the command line like any other protractor.conf.js file. This will allow you to write .feature files in Gherkin language and then implement them in low-level step definition methods. These tests are not really e2e tests that touch external things but are more just your standard selenium web tests that check basic operational functionality in the application.

So you might consider adding that to your list of tests since it is a difference type of automating testing and is really awesome and useful in itself.

@daniellmb
Copy link
Owner

I'm glad to hear you found this resource useful. That's a neat idea, I'll look into what it would take to integrate something like that.

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

2 participants