Posts
Members
Info
Element returns 404 on redirect
Whenever Chrome or Edge (both based on Chromium) redirect via a 302, Element script returns a 404. As an example, when I go to URL https://www-stage.xxxxxxxxx.com it returns 404 since it has a redirect to /login ... but when I enter URL https://www-stage.xxxxxxxxx.com/login…
0
1
Flood Element in version v1.5.0 blocks third-party cookies?
We are using the OKTA SSO login. Recently we noticed that the scripts are getting failed when executed from the flood at the login step. The Error message is below 21s][loadgen] error.errorCode: login_required, error.description: The client specified not to prompt, but the user…
0
1
Evaluating Flood for use - queries
Hi, my company is evaluating load test options and we're keen to look at Element. Just to get some additional buy-in from management, are you able to share some names of companies that are successfully using it please? As an additional query, I note that there is a plan to…
0
0
import help...
This may be a silly question, but I will ask. 1st I am completely new to Flood. I see this line: import { step, TestSettings, By, Until } from '@flood/element' I understand that "step", "By", etc are functions from @flood/element. Are there other libraries I can import from? If…
0
1
Using waitForNewPage()
I'm trying to run a scenario that is using 2 tabs simultaneously. As I understand from the documentation, by invoking the browser.waitForNewPage() I should be able to create a new tab. When running locally ( element run my-element-project.perf.ts ) the line await…
0
3
Empty results/traces directories when running element locally?
Hi, I generated a simple test file via 'element generate my-load-test.ts'. When running this locally via 'element run my-load-test.ts' it does not generate any content in tmp/element-results/my-load-test/2020-11-12T124113.319Z/results/ directory. Is that expected? Is it possible…
0
5
Unable to run element after installing 3rd party node packages
Is it possible to run element locally and using flood, when the ts code is using 3rd party node modules? Getting weird errors when trying to do so: VMError [Error]: Error loading 'events', Error: Cannot find module 'internal/util/inspect'
0
2