I hereby claim:
- I am nicolevanderhoeven on github.
- I am nvanderhoeven (https://keybase.io/nvanderhoeven) on keybase.
- I have a public key ASDy8GPGGxrvAKoYUQrY5nBVDbVURN-RPJV8po-lcbbwsgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<jmeterTestPlan version="1.2" properties="4.0" jmeter="4.0 r1823414"> | |
<hashTree> | |
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true"> | |
<stringProp name="TestPlan.comments"></stringProp> | |
<boolProp name="TestPlan.functional_mode">false</boolProp> | |
<boolProp name="TestPlan.tearDown_on_shutdown">true</boolProp> | |
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp> | |
<elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> | |
<collectionProp name="Arguments.arguments"/> |
import { step, TestSettings, Until, By, MouseButtons, Device, Driver } from '@flood/chrome' | |
import * as assert from 'assert' | |
export default () => { | |
step('Challenge Home', async browser => { | |
//Navigate to homepage. | |
await browser.visit('https://challenge.flood.io') | |
//Validate text | |
let validation = By.visibleText('Ready to take the test?') |