protractor
Here are 435 public repositories matching this topic...
After the introduction of Public workers API, run-workers can be refracted with the help of this API. This will help us to make enhancements and fixes on workers seamlessly.
-
Updated
Jun 6, 2020 - TypeScript
- Explain setup and workflows with travis, tests, demo project, release, slack-channel, coveralls, david-dm, npm badges, tags ...
- Explain, review docs.
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
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
-
Updated
Jun 8, 2020 - TypeScript
The cards are not responsive in mobile displays less than 320px (Xtra Small Devices) width, hence the ids (#00) are getting hidden from the view.
Steps to reproduce.
-
Updated
Apr 16, 2020 - TypeScript
This is the default in Cucumber JS since v2.0.0-rc.3 (2016-12-19)
It is even documented as a test : https://github.com/cucumber/cucumber-js/blob/master/features/strict_mode.feature
However currently protractor-cucumber-framework set it has false by default
Having a working local project when you want to upgrade/fix the generator and/or the starter requires a series of commands.
A doc will help people to contribute to this project.
I will write it next week
Hi!
I wanted to write test using regex.
When I looked in doc I found:
there is element ":elementName" with regex ":matcher"
Unfortunately this scenario doesn't work:
? Then there is element "body" with regex "<matcher>"
Undefined. Implement with the fo
-
Updated
Apr 19, 2020 - C#
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!
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:
- angularjs homepage todo list should add a todo
Message:
Failed: [logTypes()] Not JSON response
Stack:
Error: [logTypes()] Not JSON response
at export
-
Updated
Jun 14, 2019 - JavaScript
-
Updated
Nov 16, 2017 - JavaScript
- 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
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 10, 2016
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Mar 14, 2020 - Dockerfile
-
Updated
Jan 15, 2018 - JavaScript
-
Updated
Nov 12, 2019 - JavaScript
-
Updated
Jul 16, 2017 - JavaScript
-
Updated
May 12, 2020 - JavaScript
-
Updated
Apr 28, 2018 - Java
Improve this page
Add a description, image, and links to the protractor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protractor topic, visit your repo's landing page and select "manage topics."


Hi there!
Thanks for submitting an issue to Protractor.
To help us help you better, please do the following before submitting an issue: