Skip to content
#

protractor

Here are 435 public repositories matching this topic...

ajitsinghkaler
ajitsinghkaler commented Apr 19, 2020

Hi there!

Thanks for submitting an issue to Protractor.

To help us help you better, please do the following before submitting an issue:

  1. Review the questions section of CONTRIBUTING.md.
  2. Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/

A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.

  • Updated Jun 6, 2020
  • TypeScript
askrht
askrht commented Feb 19, 2018

rpm run e2e gives error on OSX.

 E/protractor - Could not find Angular on page http://127.0.0.1:57025/ : retries looking for angular exceeded
F
  App
    ✗ should have a title
      - Failed: Angular could not be found on the page http://127.0.0.1:57025/.If this is not an Angular application, you may need to turn off waiting for Angular.
                                Please see 
  
serenity-js
testifyqa
testifyqa commented Jan 26, 2020

Hi Jan, so I am successfully able to instantiate Actors from a config block in my setup.ts file like so...

import { setDefaultTimeout } from 'cucumber';
import { Actors } from '../../spec/screenplay/Actors';
import { configure } from '@serenity-js/core';

setDefaultTimeout(10000);

configure({
    actors: new Actors()
});

I instead tried adding actors: new Actors() [with ap

jfahrenkrug
jfahrenkrug commented Jun 14, 2018

I'm intrigued by the recording feature, but I'm not sure whether it only works with AngularJS and not with Angular 2+. If it does work with Angular 2+: How does it work and what exactly do I have to do to capture all the API requests on a given page?

Thanks!

songokudbz
songokudbz commented Feb 9, 2017

Can someone help with this?
{code}
$ protractor-perf protractor-perf.conf.js
[13:17:08] I/direct - Using ChromeDriver directly...
[13:17:08] I/launcher - Running 1 instances of WebDriver
Started
Here
F

Failures:

  1. angularjs homepage todo list should add a todo
    Message:
    Failed: [logTypes()] Not JSON response
    Stack:
    Error: [logTypes()] Not JSON response
    at export
fubha
fubha commented Feb 15, 2019
  • Operating system and version = MacOS 10.14.3
  • Node.js version = 8.9.0
  • Protractor version = 5.1.2
  • Protractor flake version = 3.3.0

Flake file:

var protractorFlake = require('protractor-flake');
var suites = process.argv.splice(2);

protractorFlake({
	protractorPath: './node_modules/.bin/protractor',
	maxAttempts: 3,
	protractorArgs: ['./config.js', ...suites]
}, functi

Improve this page

Add a description, image, and links to the protractor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protractor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.